Answer the question
In order to leave comments, you need to log in
How to properly configure verdaccio as npm package cache?
Please tell me how to configure verdaccio so that when the command is executed in the project:
npm install
packages are saved in /var/lib/verdaccio/storage. As I understand it correctly, they should be stored in the verdaccio repository and for other projects installed not from npm, but from the local verdaccio repository?
Installed like this:
npm install -g verdaccio
npm set registry http://localhost:4873/
npm install --registry http://localhost:4873
npm adduser --registry http://localhost:4873
npm login --registry http://localhost:4873
npm whoami --registry http://localhost:4873
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question