Angular 2 quickstart ENOSPC error
I resolved this by increasing the amount of inotify watchers :
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
I resolved this by increasing the amount of inotify watchers :
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p