Where are the published packages stored on my local machine? #2024
-
Hey all, I'm running through a workshop on frontendmasters and we're using verdaccio to set up our own local npm proxy server. I did notice one thing though, if I uninstall and reinstall verdaccio, the packages I published are still around... I can't find where these published packages are saved on my local machine. Does anyone have any ideas? I'm using a mac os and I'm installing packages globally with volta. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
See https://verdaccio.org/docs/en/cli#default-storage-location
So by default it is a folder |
Beta Was this translation helpful? Give feedback.
See https://verdaccio.org/docs/en/cli#default-storage-location
So by default it is a folder
storage
in the path of the configuration which is shown when verdaccio starts.