Nodemon: [nodemon] clean exit - waiting for changes before restart

Created on 16 Nov 2018  路  6Comments  路  Source: remy/nodemon

l have this questions,and can't resolve it,it is here:
[nodemon] clean exit - waiting for changes before restart
jsmdndmnfmdfndmf
The application cannot be started and cannot be accessed.

missing code to replicate stale

Most helpful comment

If using mac goto activity monitor and force quit all node process.

All 6 comments

Try running the following commands:

yarn add express or npm install express
then
nodemon index.js

it worked for me.

Try running the following commands:

yarn add express or npm install express
then
nodemon index.js

it worked for me.

l am using koa2 for my app,the problem of nodemon do not work in latest days.

@c-y-q you'll need to provide example code to replicate the problem. Otherwise no one can help.

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3

If using mac goto activity monitor and force quit all node process.

I fixed it by changing the version of node from 14.5 to 13.5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

medoix picture medoix  路  4Comments

Exeteres picture Exeteres  路  4Comments

olalonde picture olalonde  路  3Comments

dimsmol picture dimsmol  路  4Comments

endquote picture endquote  路  4Comments