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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-08-22
  • 2022-01-14
  • 2022-12-23
  • 2021-11-05
  • 2022-01-14
猜你喜欢
  • 2021-10-14
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案