Node.js 모듈 실행 시 오류
명령어 : node [실행파일.js]
에러 : Error: Cannot find module 'request'

해결방법 : npm install request

주의사항 : node_modules 디렉토리 안에 설치하기
'개발팁' 카테고리의 다른 글
안드로이드 - 서버 세션유지 (0) | 2019.03.08 |
---|---|
c++ 순열 조합 (0) | 2019.02.12 |
c++ string (0) | 2019.02.11 |
c++ vector 사용법 팁 (0) | 2019.02.11 |