Killing nodemon process in mac?
Nodemon is a Node.js developer tool that helps to watch for file changes and restarting the node application automatically. Sometimes nodemon processes get stuck and you need to kill them manually.
1 min read
Tech Reviews From A Programmer
2 articles
Nodemon is a Node.js developer tool that helps to watch for file changes and restarting the node application automatically. Sometimes nodemon processes get stuck and you need to kill them manually.
JavaScript heap out of memory. This is the kind of error you will be getting when you try to parse a large file by reading it entirely into memory in Node.js.