安装react脚手架失败

Installing packages. This might take a couple of minutes.Installing react, react-dom, and react-scripts with cra-template...npm ERR! cb() never called!npm ERR! This is an error with npm itself. Please report this error at:npm ERR! <https://github.com/npm/cli/issues>npm ERR! A complete log of this run can be found in:npm ERR! C:\Program Files\nodejs\node_cache\_logs\2021-06-21T21_56_06_564Z-debug.logAborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

直接用node 安装就行了。

检查一下你的node和npm版本,node>=8.10,npm>=5.6