Reputation: 13
When I'm using npm install -g react-native-cli
it gives me an error:
Could someone help me with this?
Upvotes: 1
Views: 77
Reputation: 3150
Try:
sudo npm install -g react-native-cli
Then you will have to insert your password user, the problem is that you don't have user access if you don't make a sudo
command before.
Upvotes: 1