DEV Community

Cover image for NPM!! ERR when npm install -g expo-cli in ReactNative
@coding_pen
@coding_pen

Posted on

NPM!! ERR when npm install -g expo-cli in ReactNative

For windows make sure you uninstall the node.js that you are using to remove deprecated dependencies....then install the current node.js which is currently stable ,as of writing this article it was node v12.18.1.....then run 1.npm -g install expo-cli
2.expo init project1...choose the name you like for me it is project1.
3.npm start or expo start .....choose either to run the server

Thank you it will absolutely work bye for now.....

Top comments (0)