반응형
nodemon : 'nodemon' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다.
이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오.
위치 줄:1 문자:1
+ nodemon index.js
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (nodemon:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
오류가 났다
설치 명령어는
npm install --save-dev nodemon
위에 명령어로 설치를 하고
index.js를 실행하려고 했더니 오류.....
그래서 다시 설치 했다
npm install -g nodemon
성공
반응형
'Vue.js | Node.js' 카테고리의 다른 글
nvm 설치 + node 버전별 설치 + nvm 사용법 (0) | 2022.08.18 |
---|---|
option is defined but never used no-unused-vars (0) | 2022.05.18 |
Property or method "data" is not defined on the instance but referenced during render (0) | 2022.03.11 |
vue error Component name should always be multi-word vue/multi-word-component-names (0) | 2022.03.09 |
Error: EBUSY: resource busy or locked rmdi (0) | 2021.02.09 |
Comments