We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如果遇到这个问题:
Version 'iojs' not found - trynvm ls-remoteto browse available versions.
Version 'iojs' not found - try
to browse available versions.
那么请查看这个issue
简单地说就是https证书的问题。
最终的解决方案:
--no-check-certificate
wget --no-check-certificate https://raw.githubusercontent.com/creationix/nvm/v0.25.1/install.sh
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果遇到这个问题:
Version 'iojs' not found - try
nvm ls-remoteto browse available versions.
那么请查看这个issue
简单地说就是https证书的问题。
最终的解决方案:
下载nvm安装脚本并执行,需要加上
--no-check-certificate
参数安装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
The text was updated successfully, but these errors were encountered: