sails.js+mocha 테스트를 사용하려는데 cannot find module "sails"가 알려졌을 때 (윈도우즈)

1796 단어 Node.jsSails.jsmocha

현상.


Windows 7 환경에서
sails.js 테스트를 시도할 때http://sailsjs.org/#/documentation/concepts/Testing
sails list
분명히 나왔는데.
mocha
... 을 누르다
Cannot find module 'sails'
혼났을 때당연하지
npm list -g
에서 전역에 sails가 설치되어 있음을 확인했습니다.

해결책


환경 변수 NODEPATH에서 nodemodules 경로 설정
이상
참조http://stackoverflow.com/questions/21047030/nodejs-cannot-find-module

좋은 웹페이지 즐겨찾기