#원인 : nodemon 설치 시, npm 명령어의 권한 문제.
npm uninstall nodemon
sudo npm uninstall -g nodemon
sudo npm install -g --force nodemon
출처 : stackoverflow.com/questions/35530930/nodemon-not-working-bash-nodemon-command-not-found
'Javascript > Node.js' 카테고리의 다른 글
Node.js Express - Oracle DB 연동하기 (with Connection Pool) (1) | 2021.08.27 |
---|