NVM

NVM: Node Version Manager.

NODE

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine.

  • 官网

  • Installation

    • nvm install 8.0.0
    • nvm alias default 8.1.0
  • Upgrade 👆👆

    • 使用 nvm 进行 Node 的版本控制

NPM

npm(1) – a JavaScript package manager

  • npmJavaScript 世界的包管理工具, 并且是 Node.js 平台的默认包管理工具。

  • 官网

  • Installation
    • 新版的 nodejs 已经集成了 npm, 所以在你安装 node 的时候, npm 也一并安装好了.
  • Upgrade
    • 更新 npm

    • 更新到最新版本 npm install -g npm

    • 更新到指定版本 npm -g install npm@5.6.0 (@ 后为 指定版本号)

NRM

NPM registry manager

  • nrm can help you easy and fast switch between different npm registries, now include: npm, cnpm, taobao, nj(nodejitsu), rednpm.

  • 官网

  • Installation

    • npm install -g nrm

Ben Li

一些人,一些事.