개발(Web)/Web

[Node.js] Error: Cannot find module 'moment'

shinyelee 2021. 2. 27. 16:34

Error: Cannot find module 'moment'

moment 모듈이 없대요


방법 1. moment 설치

 

비디오 업로드 FORM 만들기(1) 에서 Sign Up 이 되지 않습니다 ㅠㅠ - 인프런 | 질문 & 답변

안녕하세뇨 ^^  강의 봐주셔서 너무 감사합니다 ~!   그리고 너무 자세하게 에러 보여주셔서  감사해요    우선   처음 스크린샷 보시면  Cannot find module  moment 이렇게 있잔아요 ?   이거는 

www.inflearn.com

npm install moment --save 입력.
추가됨


방법 2. npm update check failed

이번엔 다른 경고가 뜬다. 구글링 ㄱㄱ

 

npm update check failed

Last night I tried to update my node and npm, it seemed to have been successful, however ever since then I have been getting this same error any time I try and run any npm command. I have tried

stackoverflow.com

일단 이 방법은 아닌 것 같음
.config 폴더 우클릭 → 속성
읽기 전용에 체크 해제 후 적용
하위 폴더까지 적용하면
경고가 안 뜬다!

반응형