Skip to content
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

Closed
EtienneBruines opened this issue Jan 25, 2021 · 3 comments · Fixed by #764
Closed

dev.melobee.com #696

EtienneBruines opened this issue Jan 25, 2021 · 3 comments · Fixed by #764

Comments

@EtienneBruines
Copy link

What's up with https://dev.melobee.com:4873 in the package-lock.json file?

It's not available (anymore?) and should probably be replaced by registry.npmjs.org

@eligrey
Copy link
Owner

eligrey commented Apr 19, 2021

I'll look into fixing this sometime this week

lopezvit added a commit to lopezvit/FileSaver.js that referenced this issue Jul 27, 2022
@imt-jaime
Copy link

imt-jaime commented Aug 3, 2022

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.

npm ERR! npm ERR! code ENOTFOUND
npm ERR! npm ERR! syscall getaddrinfo
npm ERR! npm ERR! errno ENOTFOUND
npm ERR! npm ERR! network request to https://dev.melobee.com:4873/...

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.
Usually this is not a good idea (for deterministic dependency trees). However, this possibility is actually impossible due to crashes during install.

@lopezvit
Copy link
Contributor

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.

npm ERR! npm ERR! code ENOTFOUND
npm ERR! npm ERR! syscall getaddrinfo
npm ERR! npm ERR! errno ENOTFOUND
npm ERR! npm ERR! network request to https://dev.melobee.com:4873/...

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. Usually this is not a good idea (for deterministic dependency trees). However, this possibility is actually impossible due to crashes during install.

@eligrey you can use this version: "file-saver": "github:lopezvit/FileSaver.js#fix-package-lock-url" if you want to have a fixed version of the dependencies.

jimmywarting pushed a commit that referenced this issue Sep 22, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants