📌  相关文章
📜  npm 'cross-env' 未被识别为内部或外部命令 - CSS 代码示例

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

代码示例3
First run:

rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force

Then run the command:

npm install cross-env

npm install 

and then you can also run:

npm run dev