create-react-app XXX failed

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 XXX failed)