A lightweight Node.js private proxy registry
Last active
September 1, 2025 01:07
-
-
Save abhisekp/29606075ec2c4f82a8814529b6eea728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cache=F:\packages\npm | |
| //127.0.0.1:4873/:_authToken="" | |
| registry=http://127.0.0.1:4873/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $V_PATH = "F:\packages\verdaccio" | |
| docker run -it --name verdaccio --restart always -p 4873:4873 -v $V_PATH/conf:/verdaccio/conf -v $V_PATH/storage:/verdaccio/storage -v $V_PATH/plugins:/verdaccio/plugins verdaccio/verdaccio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment