-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issue with npm install #4
Comments
It depends on Node image version :
Same thing with offical Node images. This is an NPM issue : npm/npm#16807, npm/npm#15558, nodejs/docker-node#449 Simple workaround is to use latest Node image with latest NPM and not update NPM manually. |
Are you sure you have semver in your package.json? |
This is what worked for me for the
|
I have used your command but npm version is not latest, I added this step in circle to verify. The output was 5.5.1. Currently the latest version is 6.4.1. |
Getting following error:
CircleCI config file:
The text was updated successfully, but these errors were encountered: