'nodemon' is not an internal or external command, nor an executable program or batch file.

'nodemon' is not an internal or external command, nor an executable program or batch file.
Insert picture description here

Encountered such problems in the nuxt project, the nodemon plug-in is missing, and the plug
-in can be installed by executing the following command:

npm install nodemon –g

Guess you like

Origin blog.csdn.net/m0_46864744/article/details/112297875