0
I’m trying to create a project React Native in the MacOs for Terminal.
I type the following commands in Terminal:
> cd Desktop
> mkdir curso-react
> cd curso-react/
> react-native init exercicios
After executing the command react-native init exercicios the following permission error is displayed to me:
How can I solve ?

tried with sudo to see if it works?
sudo react-native init exercicios– Gleidson Henrique
It worked using sudo command. Thank you
– Raphael Prado de Oliveira