React Native安装了某些不兼容插件后报错error: unknown command ‘start‘

npm start

> [email protected] start
> react-native start

error: unknown command 'start'
 

一般不兼容的话,yarn remove或者npm uninstall卸载掉就行了,我用的是yarn remove,不知道为什么,就报了这个错,又是胡乱一顿瞎弄,

npm uninstall -g react-native-cli

npm install -g react-native-cli

npm cache clean --force

还是不行。。

心想会不会是用yarn remove卸载的不干净,后来把那个不兼容的插件重新装上,再用npm uninstall卸载一次,居然好了。。。不要问我为什么,我说不清楚,反正我是这样解决了

你可能感兴趣的:(React,Native,react,native,react.js,javascript)