-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Error when adding [email protected] #80
Comments
I made some progress: npm install cordova-custom-config
[email protected] node_modules/check-node-version How is it possible that the output of check-node-version for npm is 2.15.11 when run from the preinstall script whereas when i run check-node-version the output says 4.0.1? |
i did every possible reinstallation of node and npm including https://github.com/brock/node-reinstall |
Damn it, #79 fixed it for Windows and broke it for OSX. I'm just gonna remove the npm@3 version check and folks will have to just read the documentation. |
Published to npm as |
Great, thank man! |
npm ERR! [email protected] preinstall:
npm install check-node-version && check-node-version --npm ">=3"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] preinstall script 'npm install check-node-version && check-node-version --npm ">=3"'.
I ran the command myself and it works - returns the current node and npm versions.
Node: 7.0.0
NPM: 4.0.1
Cordova: 6.4.0
Thanks
The text was updated successfully, but these errors were encountered: