📌  相关文章
📜  'cross-env' 不被识别为内部或外部命令, - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:11.003000             🧑  作者: 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