|
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... |
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 |
|
Just went to yarn 1 to. Lost 3h trying to upgrade in a 1 month old project. Too much to relearn. :/ |
|
I just throw it into |
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-moduleslinker, which will install your dependencies using good ol'node_modulesfolder structure.