节点.JS: 获取错误 : [nodemon] 内部监视失败: 监视 ENOSPC
2022-08-30 01:50:23
我刚刚第一次在我的操作系统上安装。我还安装了.安装过程的下一步是安装 。这一切都很好。Node.js
Ubuntu 14.04
npm
nodemon
但是,当我在命令行中键入nodemon应用程序.js来运行nodemon
时,我收到以下错误...
[nodemon] 1.8.1
[nodemon] to restart at any time, enter
rsnode app.js
[nodemon] watching: *.*
[nodemon] starting
[nodemon] Internal watch failed: watch ENOSPC
在命令行中的错误...
alopex@Alopex:~/Desktop/coding_dojo/week-9/javascript/node/testing_node$ Hello World
为什么会发生这种情况?这是 nodemon 的正常行为吗?如果没有,我该如何解决?
附注...
1)是一个内部文件。
2)版本是
3)版本是
4)版本是
5)版本是...app.js
Javascript
console.log(111)
node
v0.10.25
npm
1.3.10
nodemon
1.8.1
ubuntu
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty