Node.js 在安装ReactJs时,我遇到了Require post-install错误

Node.js 在安装ReactJs时,我遇到了Require post-install错误,node.js,reactjs,npm,require,post-install,Node.js,Reactjs,Npm,Require,Post Install,首先我安装nodejs,然后使用npm安装包名全局创建react app,然后使用npx创建react app app name创建react app,我得到以下错误: core-js@2.6.11 postinstall PATH node -e "try{require('./postinstall')}catch(e){}" core-js@3.6.5 postinstall node -e "try{require('./postinstall')}catc

首先我安装nodejs,然后使用npm安装包名全局创建react app,然后使用npx创建react app app name创建react app,我得到以下错误:

core-js@2.6.11 postinstall PATH
node -e "try{require('./postinstall')}catch(e){}"
core-js@3.6.5 postinstall
node -e "try{require('./postinstall')}catch(e){}"
core-js-pure@3.6.5 postinstall
node -e "try{require('./postinstall')}catch(e){}"

这可能会有帮助-不,这没有帮助