Reputation: 37
I want to learn React Native but I cannot figure out how to install it. It gives me this error message.
command: npm install -g expo-cli //installing react-native? error: npm ERR! cb.apply is not a function.
Can anyone help? Thanks.
Upvotes: 0
Views: 288
Reputation: 126
Did you install node? It seems that npm is not installed on your machine, which comes with node. Here is the link to the download page
Upvotes: 1