-
Notifications
You must be signed in to change notification settings - Fork 286
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
Add the ability to use npm ci instead of npm install #212
Comments
Second this..Yesterday our whole app broke because it downloaded latest dependencies for some packages since we had caret symbol in front of our dependency version. |
@pauldburton @karangarg45 Hi folks, thanks for the issue. I have read the |
@phracek so any project which uses npm has a package.json file which specifies the version of every dependency that needs to be installed while running npm install. |
@karangarg45 It makes sense to me know. |
@karangarg45 @pauldburton Can you please make a pull request on it for all supported versions? 10 and 12? |
We do not have resources to fix it. The issue is 'stale'. Feel free to re-open it and file PR. |
It would be awesome if this image had the ability to execute
npm ci
instead ofnpm install
on the node 10+ images.The text was updated successfully, but these errors were encountered: