在 react-native 0.59.3 上安装 react-native-popup-menu 时出错
Get error when installing react-native-popup-menu on react-native 0.59.3
我正在使用 react-native 版本 0.59.3,当我尝试安装 react-native-popup-menu 版本 0.59.3 时出现此错误:
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'
我刚刚停止 运行 项目(或重新启动 Pc)和 运行 作为管理员 cmd 然后安装 react-native-popup-menu 0.15.6
工作正常
我正在使用 react-native 版本 0.59.3,当我尝试安装 react-native-popup-menu 版本 0.59.3 时出现此错误:
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'
我刚刚停止 运行 项目(或重新启动 Pc)和 运行 作为管理员 cmd 然后安装 react-native-popup-menu 0.15.6
工作正常