Eclipse配置Node.Js
node.js
安装包下载地址:https://nodejs.org/en/download/
历史版本下载地址:https://nodejs.org/dist/
相关命令:
查看版本:node 或者node -v
npm
相关命令:
查看版本:npm -v
查看配置:npm config list
设置代理:npm config set proxy=“http://XXX.XXX.XXX.XXX:XXXX”
查看现有源:npm config get redistry
设置淘宝源:npm config set registry https://registry.npm.tobao.org
eclipse 安装nodelipse插件
在线安装
1. 打开eclipse插件安装页面 help ->Install New Saftware,选择add
2. name:nodeclipse;
3. location:http://www.nodeclipse.org/updates/
离线安装
1. 离线下载地址:https://sourceforge.net/projects/nodeclipse/
2. 安装包下载:https://download.csdn.net/download/qq_24365145/14894250
3. 下载完毕后进行解压
4. 打开eclipse插件安装页面 help ->Install New S