如何在Mac上卸载react native cli??

我试了npm uninstall react-native-cli次,结果发现我在下面.

npm WARN eslint-plugin-react@7.12.4 requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-react-native@3.6.0 requires a peer of eslint@^3.17.0 || ^4 || ^5 but none is installed. You must install peer dependencies yourself.

我想彻底清除react-native 环境并重新安装它.我该怎么办?

推荐答案

卸载全局包

要卸载非范围全局软件包,请在命令行上使用带有-g标志的uninstall命令.如果包已确定范围,则包括范围.

npm uninstall -g react-native-cli

React-native相关问答推荐

Touchabble 不透明度不工作-react 本机

如何根据设备主题更改React Native中状态栏的背景?

什么是 expoClientId?

在 react native 平面列表中动态定位弹出窗口

ReactNative:在所有组件和操作之间共享 sqlite 实例的最佳方法

在 create-react-native-app 元素中突然看到错误Plugin/Preset files are not allowed to export objects, only functions

如何在 React Native 的嵌套 Touchable 中传播touch 事件?

请求无法完成,因为您已超出配额

RNFS.exists() 总是返回 TRUE

如何实时从 react-native-camera 获取帧

React Native this.'function' 不是函数

是否可以在 React Native 中隐藏BugReporting extraData?

api.get(...).then(...).catch(...).finally 不是函数

SyntaxError: const 声明中缺少初始化程序

react native如何访问文件系统?

如何在不使用 JSX 的情况下在 React Native 中制作组件?

Ipad 上的 React Native - 错误 - could not connect to development server

React Native 动画 - zoom 时 translateX 和 translateY

react-native如何禁用android开发模式

React Native 多行TextInput,文本居中