0

I`m using react-native version 0.59.3, when i try installing react-native-popup-menu version 0.59.3 this error appear:

npm ERR! path c:\Users\...\node_modules\react-native
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall rename
npm ERR! Error: EPERM: operation not permitted, rename 'c:\Users\...\node_modules\react-native' -> 'c:\Users\...\node_modules\.react-native.DELETE'
  • Can you show some more info. What package are you trying to install? I assume the react-native-popup-menu, but which version etc... – JensW Apr 30 '19 at 09:05

1 Answers1

0

I just stopped running the project (or restart Pc) and run as administrator cmd then install react-native-popup-menu 0.15.6

It`s Work