Не работает create-vk-mini-app
Пробую npx @vkontakte/create-vk-mini-app, получаю ошибку. Версия ноды 16.13.1, пробовал npm clean cache --force, не помогло
PS C:\Dev\React\VK\first-app> npx @vkontakte/create-vk-mini-app my-app
? Creating project...
⏱ Installing project dependencies — it might take a few minutes..
? npm error:
Error: Command failed: cd my-app && npm install cross-env@^7.0.3 react-hot-loader@^4.13.0 react-scripts@^4.0.3 --save-dev && npm install @vkontakte/icons@^1.92.0 @vkontakte/[email protected] @vkontakte/vkui@^4.5.0 babel-eslint@^10.1.0 chalk@^4.1.0 eruda@^2.4.1 eruda-code@^2.0.0 eruda-dom@^2.0.0 prop-types@^15.7.2 react@^17.0.2 react-dom@^17.0.2 @vkontakte/vk-bridge@latest @vkontakte/vkjs@latest
npm ERR! code ECONNRESET
npm ERR! syscall read
npm ERR! errno ECONNRESET
npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/@typescript-eslint%2fexperimental-utils: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\kuspe\AppData\Local\npm-cache\_logs\2022-01-01T15_00_16_101Z-debug.log
PS C:\Dev\React\VK\first-app>