For security reason, I need a specific registry, but in the package-lock.json I still keep the https://registry.npmjs.org/
Is there any way to force it?
For security reason, I need a specific registry, but in the package-lock.json I still keep the https://registry.npmjs.org/
Is there any way to force it?
Copyright © 2021 Jogjafile Inc.
Best way to do so, use a
.npmrcand also usenpm cito avoidpackage-lock.jsonmodification.