-
Hi, I am a web developer, and I have used npm and yarn 1 package managers. They work really fine, but when using yarn 2 it's really different you know, there is no more node_modules folder. So I went back to yarn 1 or even using npm instead... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Please check https://yarnpkg.com/getting-started/migration for the description of Plug'n'Play pros and cons and how to opt-in to use |
Beta Was this translation helpful? Give feedback.
-
Just went to yarn 1 to. Lost 3h trying to upgrade in a 1 month old project. Too much to relearn. :/ |
Beta Was this translation helpful? Give feedback.
-
I just throw it into |
Beta Was this translation helpful? Give feedback.
Please check https://yarnpkg.com/getting-started/migration for the description of Plug'n'Play pros and cons and how to opt-in to use
node-modules
linker, which will install your dependencies using good ol'node_modules
folder structure.