2013-08-03 3 views
1

은 내가 주노 이클립스 Nodeclipse를 설치 한이 명령Nodeclipse 설정 경로 노드 및 익스프레스

sudo add-apt-repository ppa:chris-lea/node.js 
sudo apt-get update 
sudo apt-get install nodejs 
sudo npm install -g express 

를 사용하여 우분투 12.04에 Node.js를 설치. Node 경로와 Express 경로는 어떻게 설정합니까?

답변

5

Window -> Preferences -> Nodeclipse를 클릭하십시오.

노드 경로

/usr/bin/nodejs 

익스프레스 경로

/usr/lib/node_modules/express/bin/express 
관련 문제