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
添加一个环境变量即可
vim ~/.bashrc
然后最后新增一行:
export NVM_NODEJS_ORG_MIRROR=https://cdn.npmmirror.com/binaries/node
最后保存 :wq使之生效
:wq
source ~/.bashrc
修改setting文件
node_mirror: https://npmmirror.com/mirrors/node/ npm_mirror: https://npmmirror.com/mirrors/npm/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
linux/mac设置新版淘宝镜像
添加一个环境变量即可
然后最后新增一行:
最后保存
:wq
使之生效windows设置
修改setting文件
The text was updated successfully, but these errors were encountered: