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