sails.js+mocha 테스트를 사용하려는데 cannot find module "sails"가 알려졌을 때 (윈도우즈)
현상.
Windows 7 환경에서
sails.js 테스트를 시도할 때http://sailsjs.org/#/documentation/concepts/Testingsails list
분명히 나왔는데.mocha
... 을 누르다Cannot find module 'sails'
혼났을 때면당연하지npm list -g
에서 전역에 sails가 설치되어 있음을 확인했습니다.
해결책
환경 변수 NODEPATH에서 nodemodules 경로 설정
이상
참조http://stackoverflow.com/questions/21047030/nodejs-cannot-find-module
Reference
이 문제에 관하여(sails.js+mocha 테스트를 사용하려는데 cannot find module "sails"가 알려졌을 때 (윈도우즈)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/scleen_x_x/items/a04b6f3627bdd712d58a
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
sails list
mocha
Cannot find module 'sails'
npm list -g
환경 변수 NODEPATH에서 nodemodules 경로 설정
이상
참조http://stackoverflow.com/questions/21047030/nodejs-cannot-find-module
Reference
이 문제에 관하여(sails.js+mocha 테스트를 사용하려는데 cannot find module "sails"가 알려졌을 때 (윈도우즈)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/scleen_x_x/items/a04b6f3627bdd712d58a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)