node已经安装成功,用create-react-app创建项目时总是安装失败,如下

create-react-app 创建项目失败

出现这个问题的原因是npm 版本不是最新的,更新一下npm即可,使用

npm install -g [email protected]


相关文章: