Fix nodemon for Nodejs

It happens every so often that the internal watch for nodemon fails. Use this to fix it:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Leave a Reply

Your email address will not be published. Required fields are marked *