node npm cnpm 全局安装淘宝NPM 镜像


大家都知道国内直接使用 npm 的官方镜像是非常慢的,这里推荐使用淘宝 NPM 镜像。

npm install -g cnpm --registry=https://registry.npm.taobao.org

你可能感兴趣的:(工具,npm,cnpm,node.js,全局安装淘宝NPM,镜像)