标签: react-native node-modules
我想在使用时配置默认的node_modules:
react-native init NAME
每次使用init命令时,我都会看到默认安装了eslint-plugin-react-native包!
eslint-plugin-react-native
我尝试全局卸载它,但没有区别!
npm uninstall -g eslint-plugin-react-native
如何从默认包中删除包?
答案 0 :(得分:0)
由Tom Hastjarjanto(eslint-plugin-react-native的所有者)说:
它是react-native本身的依赖,因此默认安装它的原因。
GitHub Issue