Код: Выделить всё
pm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@babel%2fruntime - Not found
npm ERR! 404
npm ERR! 404 '@babel/runtime@7.20.0' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
< /code>
Получил эту ошибку NPM, создав нативное приложение React с Expo во время процесса сборки
, пробовали все, все команды, доступные в документациях, CHATGPT, но без результата. Все не удается. < /P>
Пробовал это: < /p>
npm config get registry
npm config set registry https://registry.npmjs.org
npm install -g expo ,
npm cache clean --force
npm install @babel/runtime@^7.20.0
npm config get proxy ,
npm install -g npm
npm uninstall
npm install
Подробнее здесь: https://stackoverflow.com/questions/792 ... ld-process