Node.JS: Getting error : [nodemon] Internal watch failed: watch ENOSPC

后端 未结 12 689
小鲜肉
小鲜肉 2020-12-07 07:49

I just installed Node.js on my Ubuntu 14.04 operating system for the first time. I also installed npm. The next step in my installatio

12条回答
  •  失恋的感觉
    2020-12-07 07:57

    Try this....

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

    Will defiantly work

提交回复
热议问题