Categories
JavaScript Answers

How to fix “nodemon” not recognized with Node?

Spread the love

To fix "nodemon" not recognized with Node, we’ve to install the nodemon package.

To do this, we run

npm install -g nodemon

to install nodemon globally with npm install -g.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

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