nodemon command is not recognized in terminal for node js server
I am doing node.js server setup from https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens . I am new in node.js. I am installing npm install nodemon --save . But when I am run the server with this nodemon server.js . In the terminal showing: nodemon is not recognized as internal or external command, operable program or batch file node server.js command is working and started the server, But nodemon command is not working. I am set up the node js server from https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens video. I don't know why it is not