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?
Best way to do so, use a .npmrc
and also use npm ci
to avoid package-lock.json
modification.