首页 > 系统服务 > 详细

ubuntu跑vue报错:#Error from chokidar # Error: ENOSPC: System limit for number of file watchers reached

时间:2020-07-22 00:45:55      阅读:909      评论:0      收藏:0      [点我收藏+]

Error from chokidar (/home/jayce/桌面/bootstrap-vue/learnBV/learn-bootstrap-vue/node_modules/lodash): Error: ENOSPC: System limit for number of file watchers reached, watch ‘/home/jayce/桌面/bootstrap-vue/learnBV/learn-bootstrap-vue/node_modules/lodash/xorWith.js‘

It’s hitting your system‘s file watchers limit

Try

 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Read more about what’s happening at https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

https://github.com/gatsbyjs/gatsby/issues/11406

ubuntu跑vue报错:#Error from chokidar # Error: ENOSPC: System limit for number of file watchers reached

原文:https://www.cnblogs.com/jaycethanks/p/13357970.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!