При выполнении следующей команды в Visual Studio Code для создания приложения реагирования:
create-react-app my-first-react-app
Он останавливает выполнение и показывает следующее сообщение:
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
До этого момента он создает только модуль узла, package.json
и package-lock.json
, и не создает app.js
, public
, src
каталог и файлы.
Поэтому, пожалуйста, помогите мне создать реагировать приложение.
Ниже показаны шаги, которые я выполнил для создания приложения для реагирования, и результирующий журнал:
PS D:\C_programs\NodeJsApp\my-first-react-app> npm install -g create-react-app
C:\Users\Mahendra\AppData\Roaming\npm\create-react-app -> C:\Users\Mahendra\AppData\Roaming\npm\node_modules\create-react-app\index.js
+ create-react-app@3.4.1
updated 1 package in 60.481s
PS D:\C_programs\NodeJsApp\my-first-react-app> create-react-app my-first-react-app
Creating a new React app in D:\C_programs\NodeJsApp\my-first-react-app\my-first-react-app.
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 D:\C_programs\NodeJsApp\my-first-react-app\my-first-react-app\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.6.5 postinstall D:\C_programs\NodeJsApp\my-first-react-app\my-first-react-app\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js-pure@3.6.5 postinstall D:\C_programs\NodeJsApp\my-first-react-app\my-first-react-app\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
+ react-scripts@3.4.1
+ react-dom@16.13.1
+ react@16.13.1
+ cra-template@1.0.3
added 1626 packages from 751 contributors and audited 1630 packages in 1114.609s
59 packages are looking for funding
run `npm fund` for details
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Снимок экрана, показывающий тот же журнал ошибок