[NODEMON]- babel-node not recognized as internal or external command
问题 I am trying to setup a simple express server. I am using nodemon to start my development server But my app keeps crashing because it does not recognize the "babel-node" command. The error output is [nodemon] 2.0.7 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,json [nodemon] starting `babel-node index.js` 'babel-node' is not recognized as an internal or external command, operable program or batch file. [nodemon] app crashed -