GithubHelp home page GithubHelp logo

Add support for pnpm about create-cycle-app HOT 7 OPEN

SteveALee avatar SteveALee commented on June 12, 2024
Add support for pnpm

from create-cycle-app.

Comments (7)

zkochan avatar zkochan commented on June 12, 2024 2

As a temporary fix for this, I suggest adding a --skip-install option (the angular-cli has it and I think the ember-cli). Users can just skip installation and manually use pnpm

from create-cycle-app.

SteveALee avatar SteveALee commented on June 12, 2024 1

@zkochan Thanks for taking a look.

By default it runs npm to install. And I found when I then run pnpm install it seemed to move things around to be the pnpm config. But I was concerned it was not 'officially' supported. However I found a couple of files were then not found when trying to run the webpack dev server so is not a good solution

Re the error. I rummaged around but got lost. However a better solution is to use the eject script so it does no such resolving lookups.

I'll leave this open for others to comment on adding pnpm support. I'd like to use it. I know @staltz has been using it for his work and also likes it.

from create-cycle-app.

SteveALee avatar SteveALee commented on June 12, 2024 1

@zkochan Ah, I was told it does! Thanks for correction.

from create-cycle-app.

zkochan avatar zkochan commented on June 12, 2024

So you suggest to run yarn first and then pnpm? pnpm will move folders created by yarn into node_modules/.ignored. pnpm won't reuse anything that was installed by yarn, so this solution would be not optimal.

Regarding the error, I don't know what can be the reason, I need to have a deeper look into it.

from create-cycle-app.

SteveALee avatar SteveALee commented on June 12, 2024

Closing as the advantage of pnpn is it links to a local cache of packages and latest npm does the same.

from create-cycle-app.

zkochan avatar zkochan commented on June 12, 2024

No, npm does not link from the cache. And unlikely will. It copies packages from the cache, like Yarn

from create-cycle-app.

zkochan avatar zkochan commented on June 12, 2024

I had discussions about this with the npm team. They are not planning to support linking from the cache

from create-cycle-app.

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.