volta
volta copied to clipboard
error: Could not download [email protected] from https://registry.npmjs.org/npm/-/npm-9.8.1.tgz
if you want to use alternative sources and registries to download tools, you shoud configure hooks for Volta, here is an example
{
"npm": {
"index": {
"prefix": "https://registry.npmmirror.com/"
},
"latest": {
"prefix": "https://registry.npmmirror.com/"
},
"distro": {
"template": "https://registry.npmmirror.com/npm/-/npm-{{version}}.tgz"
}
},
}
see also: https://docs.volta.sh/advanced/hooks