ERROR- 'express'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. (express 명령어 실행불가 오류)
CODEDRAGON ㆍDevelopment/JavaScript, jQuery, ...
반응형
express 명령어 실행불가 오류
오류 메시지
c:\javanAndroid\study_nodejs>express helloworld 'express'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. |
|
해결방법
express-generator 설치 후 다시 실행
npm install express-generator -g
express helloworld
정상적으로 생성된 것을 확인 할 수 있습니다.
tree helloworld /f
'Development > JavaScript, jQuery, ...' 카테고리의 다른 글
AngularJS API Docs - AngularJS API 문서 (0) | 2015.09.04 |
---|---|
Bootstrap CDN (0) | 2015.08.29 |
Java vs JavaScript - 자바와 자바스크립트 차이 (0) | 2015.07.23 |
상속- 15.html (0) | 2015.03.19 |
try~catch- 14.html (0) | 2015.03.09 |