Node js error ENOSPC

node.js February 03, 2018 javascript

Node js error ENOSPC

javascript
for ubuntu system to fix try this command :

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