Comments
Can't install with NPM 5.0.0 It works with NPM 4.6.1 Node v6.9.2 Windows 10 |
nschonni added the NPM - Install label on 1 Jun
wopian referenced this issue in wopian/hatayama on 1 Jun
MergedUpdate require-dir to the latest version 🚀 #69
Actually the line would be https://github.com/sass/node-sass/blob/master/lib/extensions.js#L240 where is is somehow resolving pkg.version with https://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz |
nschonni added External - NPM and removed NPM - Install labels on 1 Jun
xzyfer referenced this issue in npm/npm on 1 Jun
OpenURL instead of version number being saved in `package.json` #15050
This is likely due to changes to shrinkwrap in npm@5. Please try npm@latest. If the problem persist please comment on npm/npm#15050 or open an issue with npm and ping me in it. |
oceanapplications commented on 2 Jun
I experienced this problem by running npm install with an older version of npm, updating npm and running install again. My solution was to delete package-lock.json and run npm install while on the latest version of npm. |
As a workaround, manually change entry in package-lock.json or npm-shrinkwrap.json from:
to:
|
Echoing what @xzyfer recommends... Deleting the local npm cache and the node_modules directory and then rebuilding the shrinkwrap file is ultimately what worked for my team's project. Depending on your preferences for installing newer dependencies you might also want to downgrade dependencies back to their previous versions using npm install @Version in case they are upgraded during the npm install command. |
craig-mulligan referenced this issue in resin-io-modules/resin-components on 5 Jun
Openinstall fails on node 8 + npm 5 #15
This was referenced on 6 Jun
Closed
nschonni deleted a comment from giovannyc28 on 15 Jun
Sign up for free to subscribe to this conversation on GitHub. Already have an accou
0 댓글