Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Yarn 2 package manager #1713

Open
DemianX0 opened this issue Jul 2, 2020 · 0 comments
Open

Support Yarn 2 package manager #1713

DemianX0 opened this issue Jul 2, 2020 · 0 comments

Comments

@DemianX0
Copy link

DemianX0 commented Jul 2, 2020

Yarn 2 doesn't create a node_modules folder, instead stores packages in their original archives.
https://yarnpkg.com/features/pnp#packages-are-stored-inside-zip-archives-how-can-i-access-their-files

Related: #1211

Docs:

https://yarnpkg.com/features/pnp#compatibility-table
https://yarnpkg.com/advanced/migration

Error details:

When migrating from npm to Yarn 2 (the configuration works with npm, these packages are listed in devDependencies), after yarn install; yarn test:

>> Local Npm module "grunt-eslint" not found. Is it installed?
>> Local Npm module "grunt-karma" not found. Is it installed?
>> Local Npm module "grunt-stylelint" not found. Is it installed?
>> Local Npm module "grunt-svgmin" not found. Is it installed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant