Sorry for the noob question. I'm certain this is just some simple permission issue. When I run my app as super user it works great but if I try to run it as my default user it fails. I set the permissions to chmod 777 -R

I'm using Linux Mint 18. I've run apt-get update and apt-get upgrade. I've also uninstalled node and reinstalled it. I can't seem to get this fixed and it seems like such a simple issue. Thanks!


Solved!!!
echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Most helpful comment
Solved!!!
echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p