FAQ
Solutions to typical problems on development
Ubuntu related question
Cannot start new app due to watch error (Error: watch ... ENOSPC)
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sudo sysctl -pLast updated
Was this helpful?