Khetag
Khetag

Reputation: 13

Issues installing react-native on macOS

When I'm using npm install -g react-native-cli it gives me an error:

error]

Could someone help me with this?

Upvotes: 1

Views: 77

Answers (1)

SmoggeR_js
SmoggeR_js

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

Related Questions