Frontend Developer Manual / Version 2207
Table Of ContentsSometimes it might be necessary to adjust from which source pnpm will download its packages (for example if you want to use a mirror or the original registry cannot be reached from your location). pnpm also supports different registries for specified scopes.
In general this can be achieved utilizing the command line via pnpm config set
or by directly making
changes to the .npmrc
file. For more details take a look at the official
pnpm documentation.