Node.js 在heroku上部署时从chokidar获取错误

Node.js 在heroku上部署时从chokidar获取错误,node.js,reactjs,heroku,webpack,Node.js,Reactjs,Heroku,Webpack,当heroku构建我的应用程序时,我有这样的错误。我连接了github repo并在仪表板中部署了一个分支 Error from chokidar (/tmp/build924f9ebc/src/utils): Error: ENOSPC: System limit for number of file watchers reached, watch '/tmp/build924f9ebc/src/utils/status.js' 我如何解决这个问题?你能分享更多关于这个问题的信息吗?这个

当heroku构建我的应用程序时,我有这样的错误。我连接了github repo并在仪表板中部署了一个分支

Error from chokidar (/tmp/build924f9ebc/src/utils): 
Error: ENOSPC: System limit for number of file watchers reached, watch
 '/tmp/build924f9ebc/src/utils/status.js'

我如何解决这个问题?

你能分享更多关于这个问题的信息吗?这个问题有什么解决方案@Maria?