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
Node.js
Ubuntu 14.04
npm
Try this....
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Will defiantly work