【问题标题】:npx create-react-app does not proceed further and stops at "installing react, react-dom, and react-scripts with cra-templatenpx create-react-app 没有进一步进行并停止在“使用 cra-template 安装 react、react-dom 和 react-scripts 【发布时间】:2020-08-10 23:54:15 【问题描述】: 我尝试再次运行它,但仍然是同样的问题。 我正在使用: 节点:v14.0, npm:6.14.4 下面是问题的截图。 enter image description here 【问题讨论】: 标签: reactjs npm create-react-app npx npm-check-updates 【解决方案1】: 尝试先运行npm install -g create-react-app,然后再运行create-react-app my-app 【讨论】: