-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnvm安装npm失败 #6
Comments
#7 改成正确的下载地址了 |
okay,测试面覆盖率 有待提高!
另外, |
国内,不过我们访问淘宝的源会慢 |
一个安装 npm 的新的错误发生在 0.2.0,同样是下载地址错误引起的
|
这是同一个问题引起的,抱歉。 |
@Kenshin 希望进展顺利 |
淘宝镜像也不行 |
TAOBAO 淘宝镜像没问题,默认的地址有问题! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用gnvm安装最新的npm,失败。控制台如下图
npm releases的地址是https://github.com/npm/npm/archive/vx.x.x.zip
而你的代码中/nodehandle/npm.go中,npm releases的地址错误了
NPMDEFAULT = "https://github.com/npm/npm/releases/"
The text was updated successfully, but these errors were encountered: