Are you getting errors regarding EINTEGRITY when running an npm install and using a private Verdaccio registry?
This is due to the fact that the SHA-SUM of the proxied packages changes.
It doesn’t reflect the cached information in your package-lock.json.
To solve this issue, simply remove the package-lock.json and run npm install again.
Chris