Skip to content
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

CentOS使用nvm安装iojs小记 #13

Open
SiZapPaaiGwat opened this issue May 15, 2015 · 0 comments
Open

CentOS使用nvm安装iojs小记 #13

SiZapPaaiGwat opened this issue May 15, 2015 · 0 comments
Labels

Comments

@SiZapPaaiGwat
Copy link
Owner

如果遇到这个问题:

Version 'iojs' not found - trynvm ls-remoteto browse available versions.

那么请查看这个issue

简单地说就是https证书的问题。

最终的解决方案:

下载nvm安装脚本并执行,需要加上--no-check-certificate参数

wget --no-check-certificate https://raw.githubusercontent.com/creationix/nvm/v0.25.1/install.sh

安装iojs

NVM_IOJS_ORG_MIRROR=https://npm.taobao.org/mirrors/iojs
NVM_IOJS_ORG_VERSION_LISTING="https://npm.taobao.org/mirrors/iojs/index.tab" 
nvm install iojs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant