You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Misleading description "Yarn will not install any package listed in devDependencies" while it actually removes any devDependencies installed previously.
Misleading description "Yarn will not install any package listed in devDependencies" while it actually removes any devDependencies installed previously.
https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-production-true-false
yarn
yarn --prod
When we use yarn workspaces, we need to have devDependencies from root package.json, but not from the workspaces.
The text was updated successfully, but these errors were encountered: