react 项目在执行命令的时候提示这个错误,原因是react-scripts 命令没有全局安装,解决办法:

npm install -g react-scripts

这样就好了