Node.js安装

下载

https://nodejs.org/en/download/

安装

next直接安装

npm使用国内镜像,解决卡顿

1.以管理员身份运行cmd
2.换成阿里源

npm config set registry https://registry.npm.taobao.org

3.验证命令

npm config get registry  //返回https://registry.npm.taobao.org,说明镜像配置成功。

4.安装cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org
posted @ 2020-02-17 17:41  心脏鼓点  阅读(102)  评论(0编辑  收藏  举报