I just published a public npm package https://www.npmjs.com/package/@ua1-labs/uxjs and have a private one to publish as well. Who is hosting their own NPM instance vs. who's just purchasing private from NPM?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
This thread made me realize that even though I'm aware of most of what I can do with npm, I don't really have a good grasp of how folks are making good use of it, so I made an adjacent thread,
What interesting things I can do with npm?
Ben Halpern
The closest I've ever gotten is using private git repos in an attempt to make it easier to (try to) make in-house libraries here at work.
At work, we publish our internal JS libraries to a Nexus instance.
Yes, we too. In addition, we have created a caching proxy of public NPM such that every package that's required is automatically stored in Nexus for faster subsequent downloads.