Answers for "nestjs nodemon not restarting on save"

1

nodemon is not restarting

npm install --save-dev nodemon@latest
Posted by: Guest on June-17-2020
0

nodemon crashes on save

echo fs.inotify.max_user_watches=524298 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Posted by: Guest on August-16-2020

Browse Popular Code Answers by Language