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

nrm和nvm #60

Open
artdong opened this issue Jun 18, 2020 · 1 comment
Open

nrm和nvm #60

artdong opened this issue Jun 18, 2020 · 1 comment
Labels
node nodejs

Comments

@artdong
Copy link
Collaborator

artdong commented Jun 18, 2020

nrm和nvm

@artdong artdong added the node nodejs label Jun 18, 2020
@artdong
Copy link
Collaborator Author

artdong commented Jun 18, 2020

  • nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以快速地在 npm 源间切换
npm install -g nrm
nrm ls
nrm use
  • nvm全名node.js version management,顾名思义是一个nodejs的版本管理工具。通过它可以安装和切换不同版本的nodejs。
npm install -g nvm
nvm ls
nvm use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node nodejs
Projects
None yet
Development

No branches or pull requests

1 participant