What version of Node js install for npm version 4??
For using React-native, you may have installed 'create-react-native-app'. However, due to the recently updated Node js and npm you may got the below message. if you got the below message, use Node js is v7.10.1. it contains v4.2.0 NPM. ******************************************************************************* ERROR: npm 5 is not supported yet ******************************************************************************* It looks like you're using npm 5 which was recently released. Create React Native App doesn't work with npm 5 yet, unfortunately. We recommend using npm 4 or yarn until some bugs are resolved. You can follow the known issues with npm 5 at: https://github.com/npm/npm/issues/16991 *******************************************************************************