react-nodejs-todo-list icon indicating copy to clipboard operation
react-nodejs-todo-list copied to clipboard

Error with command: npm run dev

Open mohamedmehdigara opened this issue 2 years ago • 1 comments

PS C:\Users\p-c\Downloads\Github\react-nodejs-todo-list> npm run dev

[email protected] dev nodemon --exec babel-node api/app.js

'nodemon' n’est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.

mohamedmehdigara avatar May 27 '22 16:05 mohamedmehdigara

I think you need to install nodemon. $ npm i nodemon

mgrsantox avatar Aug 14 '22 09:08 mgrsantox