Error al instalar el comando react-native-cli no encontrado

Gracias por cualquier ayuda de antemano, soy nuevo en Mac en general, así que perdone mi pregunta si es muy sencillo, instalé native-react-cli y quería abrir / crear un proyecto. Pero recibo el error 'react-native: comando no encontrado'

Instalo react-native-cli:

npm install -g react-native-cli
npm http GET https://registry.npmjs.org/react-native-cli
npm http 304 https://registry.npmjs.org/react-native-cli
npm WARN package.json [email protected] No README.md file found!
/usr/local/share/npm/bin/react-native -> /usr/local/share/npm/lib/node_modules/react-native-cli/index.js
[email protected] /usr/local/share/npm/lib/node_modules/react-native-cli

Intento abrir / crear un proyecto:

react-native AwesomeProject
-bash: react-native: command not found
react-native init helloWorld
-bash: react-native: command not found

Gracias por su tiempo, agradezco mucho cualquier ayuda

Respuestas a la pregunta(2)

Su respuesta a la pregunta