Пытаюсь создать react приложение. Только начал изучать подобные библиотеки. Установил NODE.JS и пытаюсь выполнить команду
npx create-react-app my-app
из документации React. Далее скачиваются файлы на 152МБ и выполнение скрипта зависает. Всегда на web-vitals@0.2.4. Пробовал другого пользователя в системе, удалял (с кэшем) и устанавливать вновь Node с NPM. Ничего не помогло. Пожалуйста, помогите.
Вот что в powershell
PS C:\Users\Alexandr\Desktop\houston> npx create-react-app houston-site
npx: installed 67 in 6.065s
Creating a new React app in C:\Users\Alexandr\Desktop\houston\houston-site.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
> core-js@2.6.12 postinstall C:\Users\Alexandr\Desktop\houston\houston-site\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.8.1 postinstall C:\Users\Alexandr\Desktop\houston\houston-site\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> core-js-pure@3.8.1 postinstall C:\Users\Alexandr\Desktop\houston\houston-site\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
> ejs@2.7.4 postinstall C:\Users\Alexandr\Desktop\houston\houston-site\node_modules\ejs
> node ./postinstall.js
+ cra-template@1.1.1
+ react-scripts@4.0.1
+ react-dom@17.0.1
+ react@17.0.1
added 1908 packages from 721 contributors and audited 1912 packages in 97.39s
121 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Initialized a git repository.
Installing template dependencies using npm...
[ ......] \ postinstall: info lifecycle web-vitals@0.2.4~postinstall: web-vitals@0.2.4