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?
you should set the registry using: npm config set registry
see npm registry
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With