Reputation: 1263
We are developing in a secured environment that has no connection to the internet. For nuget, we have our own package sources, directories on our secured network and we copy the packages we need into it (after screening).
For npm we want something similar. How do I configure where npm gets its packages?
Upvotes: 4
Views: 9289