Replies: 3 comments 4 replies
-
You can already use the php artisan native:install --installer=pnpm Maybe this needs to be extended to the |
Beta Was this translation helpful? Give feedback.
-
Sorry for such a question, I have never created a Composer package before. I want to make some changes. Can you show me how I can use a fork of the Electron repository in my composer.json file? I tried something, but it didn't work. |
Beta Was this translation helpful? Give feedback.
-
Having it as an option is cool, but please don’t make pnpm the default. There are so many annoying edge cases with pnpm, eg. when working with Docker containers on Macs. Their GitHub issues are full of examples. NPM “just works” and is much faster that it used to be so IMHO that should always be the default. the |
Beta Was this translation helpful? Give feedback.
-
I think it is a good idea to install js deps with pnpm.
Beta Was this translation helpful? Give feedback.
All reactions