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
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: