Friday, 8 January 2016

I need to host npm packages on a private network. What's the best way to do this?

The company I work for is all on an intranet and doesn't let developers have access to the internet on the machines they develop on. That's not going to change, and I'm not going to leave for it.Anyway, what I want to do is be able to bring everything over on a burnt dvd to host a npm registry on the intranet via a local centos 5/6 vm I have lying around and have the packages I use as well as their dependencies installable with npm w/o internet access for my team.How could I go about doing this?

Submitted January 08, 2016 at 08:49PM by rogue780

No comments:

Post a Comment