방금 운영 체제에 처음으로 설치 Node.js했습니다 Ubuntu 14.04. 나는 또한 설치했다 npm. 설치 과정의 다음 단계는 설치 nodemon였습니다. 이 모든 것이 잘 작동했습니다.
그러나 명령 줄 nodemon을 입력하여 실행 nodemon app.js하면 다음 오류가 발생합니다 ...
[nodemon] 1.8.1
[nodemon] to restart at any time, enterRS
[nodemon] watching: *.*
[nodemon] starting노드 app.js
[nodemon] Internal watch failed: watch ENOSPC
오류 아래의 명령 행에서 ...
alopex@Alopex:~/Desktop/coding_dojo/week-9/javascript/node/testing_node$ Hello World
왜 이런 일이 발생합니까? 이것이 nodemon에 대한 정상적인 동작입니까? 그렇지 않은 경우 어떻게 해결할 수 있습니까?
부가 정보 ...
1) 파일은 그 안에 app.js있는 Javascript파일입니다 console.log(111).
2) node버전은 v0.10.25
3) npm버전은 1.3.10
4) nodemon버전은 1.8.1
5) ubuntu버전입니다 ...
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty