Reactjs 运行反应脚本开始时出错:event.js 182

Reactjs 运行反应脚本开始时出错:event.js 182,reactjs,npm,redux,react-scripts,Reactjs,Npm,Redux,React Scripts,我在bitbucket中克隆了一个项目,当我运行npm start时,收到一个错误: events.js:182 throw er; // Unhandled 'error' event ^ Error: watch /var/www/html/eoffice-chat-web/public ENOSPC at exports._errnoException (util.js:1026:11) at FSWatcher.start (fs.js:137

我在bitbucket中克隆了一个项目,当我运行npm start时,收到一个错误:

 events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: watch /var/www/html/eoffice-chat-web/public ENOSPC
    at exports._errnoException (util.js:1026:11)
    at FSWatcher.start (fs.js:1371:19)
    at Object.fs.watch (fs.js:1397:11)
    at createFsWatchInstance (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:37:15)
    at setFsWatchListener (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:80:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:228:14)
    at FSWatcher.NodeFsHandler._handleDir (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:407:19)
    at FSWatcher.<anonymous> (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:455:19)
    at FSWatcher.<anonymous> (/var/www/html/eoffice-chat-web/node_modules/chokidar/lib/nodefs-handler.js:460:16)
    at FSReqWrap.oncomplete (fs.js:153:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! eoffice-chat-web@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the eoffice-chat-web@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/tom/.npm/_logs/2017-06-06T09_07_59_232Z-debug.log
events.js:182
投掷者;//未处理的“错误”事件
^
错误:watch/var/www/html/eoffice chat-web/public-pc
导出时出现异常(util.js:1026:11)
在FSWatcher.start(fs.js:1371:19)
在Object.fs.watch(fs.js:1397:11)
在createFsWatchInstance(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:37:15)
在setFsWatchListener(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:80:15)
在FSWatcher.NodeFsHandler._watchWithNodeFs(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:228:14)
在FSWatcher.NodeFsHandler._handleDir(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:407:19)
在FSWatcher。(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:455:19)
在FSWatcher。(/var/www/html/eoffice chat web/node_modules/chokidar/lib/nodefs handler.js:460:16)
在FSReqWrap.oncomplete(fs.js:153:5)
npm错误!代码失效循环
npm错误!错误1
npm错误!办公室聊天-web@0.1.0开始:`react脚本开始`
npm错误!退出状态1
npm错误!
npm错误!在办公室聊天时失败-web@0.1.0开始脚本。
npm错误!这可能不是npm的问题。上面可能还有其他日志输出。
npm错误!此运行的完整日志可在以下位置找到:
npm错误/home/tom/.npm/_logs/2017-06-06T09_07_59_232Z-debug.log

请帮我修一下!谢谢。

您的错误的
ENOSPC
部分表示驱动器上没有运行的空间。检查以确保该分区上有足够的可用空间

npm启动时出错执行事件。js:182

这里的问题是错误:使用0.0.0.0:3000
您已经有一个进程连接到端口3000,那么您是否有另一个node.js服务正在运行?

如果您可以共享代码,那么调试将很容易。非常感谢!我把它修好了,但这不适合我。我有足够的磁盘空间。一般来说,这通常是导致此问题的原因,但特别是在这种情况下,tim的答案是相关的,因为他收到了错误。