You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Println("Could not download npm for node v"+version+".")
311
-
fmt.Println("Please visit https://github.com/npm/npm/releases/tag/v"+npmv+" to download npm.")
327
+
fmt.Println("Please visit https://github.com/npm/cli/releases/tag/v"+npmv+" to download npm.")
312
328
fmt.Println("It should be extracted to "+env.root+"\\v"+version)
313
329
}
314
330
@@ -604,7 +620,7 @@ func help() {
604
620
fmt.Println(" nvm proxy [url] : Set a proxy to use for downloads. Leave [url] blank to see the current proxy.")
605
621
fmt.Println(" Set [url] to \"none\" to remove the proxy.")
606
622
fmt.Println(" nvm node_mirror [url] : Set the node mirror. Defaults to https://nodejs.org/dist/. Leave [url] blank to use default url.")
607
-
fmt.Println(" nvm npm_mirror [url] : Set the npm mirror. Defaults to https://github.com/npm/npm/archive/. Leave [url] blank to default url.")
623
+
fmt.Println(" nvm npm_mirror [url] : Set the npm mirror. Defaults to https://github.com/npm/cli/archive/. Leave [url] blank to default url.")
608
624
fmt.Println(" nvm uninstall <version> : The version must be a specific version.")
609
625
// fmt.Println(" nvm update : Automatically update nvm to the latest version.")
610
626
fmt.Println(" nvm use [version] [arch] : Switch to use the specified version. Optionally specify 32/64bit architecture.")
0 commit comments