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

npm install not working for react native app #17

Open
ukreddy-erwin opened this issue Jul 3, 2021 · 0 comments
Open

npm install not working for react native app #17

ukreddy-erwin opened this issue Jul 3, 2021 · 0 comments

Comments

@ukreddy-erwin
Copy link

For the easy-shop app, I am getting below error when I ran "npm install"

PS D:\test\mern-stack-ecommerce\easy-shop> npm install --force
npm WARN using --force I sure hope you know what you are doing.
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! code EEXIST
npm ERR! path D:\test\mern-stack-ecommerce\easy-shop\node_modules.bin\expo
npm ERR! Refusing to delete D:\test\mern-stack-ecommerce\easy-shop\node_modules.bin\expo: is outside D:\test\mern-stack-ecommerce\easy-shop\node_modules\expo and not a link
npm ERR! File exists: D:\test\mern-stack-ecommerce\easy-shop\node_modules.bin\expo
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\UReddy\AppData\Roaming\npm-cache_logs\2021-07-03T19_49_53_692Z-debug.log

And the log file content:

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