We now use pnpm instead of npm. #180
afkvido
started this conversation in
Developer Forum
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, starting from why we made this change. I took a look at pnpm.io and saw multiple reasons why I should switch. I tested pnpm on my own machine, and surely enough, it proves to be much better that normal npm.
Anyways, from now onwards, we will no longer use npm at all. If you're a developer for ProdigyPNP, please switch to pnpm ASAP. ProdigyPNP 3.1.0 is the official EOL for normal npm development cycles, but it has already begun now. If you're not sure how to install pnpm, please see pnpm.io/installation to see a tutorial. It took me 1.3 seconds to install, as all I had to do was copypaste one quick shell command which took 5 seconds. It's surprisingly fast. You reading this very paragraph likely took longer than the installation of pnpm.
Anyways, now I'm going to now migrate all of ProdigyPNP's other repos to pnpm.
Beta Was this translation helpful? Give feedback.
All reactions