node开发环境配置,项目配置

1.在官网(http://nodejs.cn/download/current/)上 下载node  

  注意:不要下载新版本的,下载旧版本即可

2.打开管理员程序,进行配置

node开发环境配置,项目配置

 

 

node -v 查看版本

npm -v

npm config get registry 查看地址

npm config set registry "https://registry.npm.taobao.org/" 修改到淘宝地址

npm config get registry 再次查看地址,验证

上一篇:在Eclipse下搭建Hadoop开发环境


下一篇:vuejs-入门命令大全