React native react native中的默认节点\ u模块

React native react native中的默认节点\ u模块,react-native,node-modules,React Native,Node Modules,我想在使用时配置默认节点_模块: react-native init NAME 每次使用init命令时,我都会看到默认情况下安装了eslint插件react native包 我尝试在全球范围内卸载它,但没有区别 npm uninstall -g eslint-plugin-react-native 如何从默认软件包中删除软件包?正如(eslint plugin react native的所有者)所说: 它是react native本身的一个依赖项,因此默认情况下会安装它 @grizzthed

我想在使用时配置默认节点_模块:

react-native init NAME
每次使用init命令时,我都会看到默认情况下安装了
eslint插件react native

我尝试在全球范围内卸载它,但没有区别

npm uninstall -g eslint-plugin-react-native
如何从默认软件包中删除软件包?

正如(eslint plugin react native的所有者)所说:

它是react native本身的一个依赖项,因此默认情况下会安装它


@grizzthedj有什么想法吗?