-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dev.melobee.com #696
Comments
I'll look into fixing this sometime this week |
trying to fix eligrey#696
I'm having issues during module installation. It seems that the project is developed under a private node package repository (dev.melobee.com:4873), all package-lock points to this domain.
It might be in a VPN network however the private domain and port is being exposed (which is not secure at all). If package-lock is pointing to a private network, maybe the solution in this case is to ignore package-lock by using .gitignore or .npmignore files. |
@eligrey you can use this version: |
What's up with
https://dev.melobee.com:4873
in thepackage-lock.json
file?It's not available (anymore?) and should probably be replaced by
registry.npmjs.org
The text was updated successfully, but these errors were encountered: