解决npm报错:‘cross-env’ command not found

1,964 阅读1分钟

解决方案
删除node_modules文件夹
重新install

npm install

启动项目

npm start

在这里插入图片描述