왜인지는 모르겠는데 CentOS에서
npm -g install express를 하고나서 설치가 제대로 끝났는데
express abc 를 해도
bash : express : command not found 가 나온다.
이럴때는
sudo npm install -g express@2.5.8
요로코롬 하면 되더라.
http://www.sitepoint.com/forums/showthread.php?938814-Cannot-use-Express-after-installing-globally-OS-X-10-8-Mountain-Lion
요기서 찾음
나처럼 고생하지않길..
'개발' 카테고리의 다른 글
hyper V / CentOS / MySQL + Node js + express 설치 (0) | 2014.05.29 |
---|---|
STL List 등에서 순차삭제 (0) | 2014.04.30 |
GetFileSize 파일 용량 측정 및 단위 생성 (0) | 2014.04.29 |
GetFileName (0) | 2014.04.29 |
WELL 512 랜덤상수 생성 알고리즘 (0) | 2014.04.28 |