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

yarn add not installing the respective node modules after the initial yarn install has been run. #130

Open
safang99 opened this issue Feb 5, 2021 · 1 comment

Comments

@safang99
Copy link

safang99 commented Feb 5, 2021

After generating a new project and navigating to the client subfolder to add a specific package with a yarn add command, It will update the /client/package.json and yarn.lock files, but it will not be added to node modules. Running the yarn add command multiple times will appear to keep installing the package and not error out, but again it is never actually added to the node_modules folder. The current solution has been to delete node_modules and yarn.lock and then reinstall. May be an issue with the node_modules/.yarn-integrity check.

yarnpkg/yarn#2240

@dpickett
Copy link
Member

dpickett commented Mar 6, 2021

I can verify this is occurring in the latest version of engage. I had this challenge when adding objection-unique to a server. so strange.

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

2 participants