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
.npmrc
and also usenpm ci
to avoidpackage-lock.json
modification.