Получение ошибки, если я устанавливаю любой пакет в реагировать родной npm ERR! код ENOENT - PullRequest
0 голосов
/ 29 марта 2020

NPM VERSION - 6.13.4

NODE VERSION - v12.16.1

Я пытаюсь установить npm i react-native-router-flux --save

и получаю ошибку

npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path G:\reactnative\Testing\node_modules\babel-plugin-react-transform
npm ERR! dest G:\reactnative\Testing\node_modules\.babel-plugin-react-transform.DELETE
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, rename 'G:\reactnative\Testing\node_modules\babel- 
plugin-react-transform' -> 'G:\reactnative\Testing\node_modules\.babel-plugin-react-transform.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Bhaman\AppData\Roaming\npm-cache\_logs\2020-03-29T08_40_57_081Z-debug.log

Как я могу решить эту ошибку, любая идея подскажет мне

Я проверяю этот ОТВЕТ ссылка , но не получаю решения

Спасибо

enter image description here

1 Ответ

0 голосов
/ 29 марта 2020

ОШИБКА РЕШЕНА

с помощью этой команды

react-native start --reset-cache --verbose

ССЫЛКА НА ДОКУМЕНТ *

...