Module installation by URL #56734
dasilvaoscar
started this conversation in
Ideas
Replies: 2 comments
-
Take a look to theses ressources to understand network packaging |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can already npm install by URL, fwiw, but it's best to only consume modules previously installed from an immutable registry that supports semver, for many reasons. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Propose
I think this is a very complex feature to implement, but installing modules via URL, like in Golang, is a useful and powerful tool.
Maybe it could be an alternative to NPM in the future.
I'm only bringing up this idea because I've never heard about this topic in Node.js community discussions.
What do you think? Is it a good idea?
Beta Was this translation helpful? Give feedback.
All reactions