📜  如何安装 nodemon - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:49.402000             🧑  作者: Mango

代码示例6
// Note: In order to prevent nodemon from automatically restarting your 
// application before you've finished updating your code, 
// you will need to turn off Autosave on VS Code and remember to save manually. 
// Install it globally with the following command:



npm install -g nodemon