create-react-app XXX failed
2019-08-12 本文已影响0人
smileJiuer
create-react-app 失败
解决方法:
npm uninstall -g create-react-app
npm uninstall -g yarn
npm cache clean --force
npm install -g create-react-app
create-react-app cool-projecy-name
create-react-app 失败
解决方法:
npm uninstall -g create-react-app
npm uninstall -g yarn
npm cache clean --force
npm install -g create-react-app
create-react-app cool-projecy-name