Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js Reactjs的安装不正确_Node.js_Reactjs_React Native - Fatal编程技术网

Node.js Reactjs的安装不正确

Node.js Reactjs的安装不正确,node.js,reactjs,react-native,Node.js,Reactjs,React Native,创建react应用程序时,除模块和包外,不会创建任何文件夹。使用节点版本12.14.1和npm 6.14.1。请提前帮助和感谢 C:\Users\Arsh Deep\Desktop>npx create-react-app myapp5 Creating a new React app in C:\Users\Arsh Deep\Desktop\myapp5. Installing packages. This might take a couple of minutes. Insta

创建react应用程序时,除模块和包外,不会创建任何文件夹。使用节点版本12.14.1和npm 6.14.1。请提前帮助和感谢

C:\Users\Arsh Deep\Desktop>npx create-react-app myapp5

Creating a new React app in C:\Users\Arsh Deep\Desktop\myapp5.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


> core-js@2.6.11 postinstall C:\Users\Arsh Deep\Desktop\myapp5\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@3.6.5 postinstall C:\Users\Arsh Deep\Desktop\myapp5\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js-pure@3.6.5 postinstall C:\Users\Arsh Deep\Desktop\myapp5\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

+ react-dom@16.13.1
+ react-scripts@3.4.3
+ react@16.13.1
+ cra-template@1.0.3
added 1596 packages from 745 contributors and audited 1600 packages in 46.812s

71 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

您可能在全局范围内安装了CreateReact应用程序。如果是这种情况,请先将其删除,然后重试