-
Notifications
You must be signed in to change notification settings - Fork 60
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 git #45
Comments
Hello @OmgImAlexis, thank you for opening the issue! I think it's a pretty reasonable request. We just need to add something like this: @Unitech I think it can be useful for who has packages that are not available on npm (like private packages). |
that looks good to me! definitely agree on that! |
Thanks it works RUN npm install --no-cache git |
Generally there is a that needs Note: this greatly increases build time, so maybe blocker for the auto-builds. So maybe solution is to put it in documentation for
|
It'd be nice if the containers had git support added so packages can be installed from git addresses.
Ref: npm/npm#17985
The text was updated successfully, but these errors were encountered: