nodemon:无法将“nodemon”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
阅读原文时间:2023年07月09日阅读:1

主要问题还是你的终端(也就是你的nodemon命令执行的地方没有这个环境)

解决方法:设置全局的nodemon,在终端执行

npm install -g nodemon