Giter Club home page Giter Club logo

Comments (3)

zkochan avatar zkochan commented on June 15, 2024 1

We should be able to fix this probably.

v9 is in alpha and does not work yet for us, so we are using the latest version of v8 as of last week.

What doesn't work with v9?

from pnpm.

KSXGitHub avatar KSXGitHub commented on June 15, 2024

The idiomatic pnpm workflow is pnpm-workspace.yaml and workspace scheme (workspace:*). Is there a reason that you must use file:?

from pnpm.

andschub-ms avatar andschub-ms commented on June 15, 2024

We should be able to fix this probably.

v9 is in alpha and does not work yet for us, so we are using the latest version of v8 as of last week.

What doesn't work with v9?

Thank you for looking at this! To answer your question, this is the error I get trying to run 9.0.0-alpha.0. It's strange, because our node version is greater than what is listed.

ERROR: This version of pnpm requires at least Node.js v16.14
The current version of Node.js is v16.15.1
Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.

The idiomatic pnpm workflow is pnpm-workspace.yaml and workspace scheme (workspace:*). Is there a reason that you must use file:?

Our build system was previously designed with --preserve-symlinks which does not work with PNPM, so we've been converting everything to work without this flag. However, some logic still relied on the old behavior, so using file: "hardlink" instead of "symlink" is helping us to work around the issue in the short term until we can update our build system. Sometimes we also want to override a package from the NPM feed with a local copy, and did this previously in yarn with no issues with the lock file (it only used relative path from workspace root), so I'm optimistic whether PNPM could support this scenario.

from pnpm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.