I am trying to install react-native. I have followed all the steps here:https://facebook.github.io/react-native/docs/getting-started.html#content
When I use this command :
react-native newProject
I am getting error as:
-bash: react-native: command not found.
I think incorrect path is the source of this error, but I don't know how to correct it. Any help is greatly appreciated
I have taken a look at this question but couldn't follow:Error when installed react-native-cli command not found