Skip to content
Home » how to uninstall react native cli globally

how to uninstall react native cli globally

Let’s start the discussion about how to uninstall react native cli globally in following methods.

Uninstall react native cli globally

To uninstall react native cli globally using npm then run :

npm uninstall -g react-native-cli

To remove or uninstall react native cli using yarn the run :

yarn global remove @react-native-community/cli

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to check the list of npm packages on mac