coder4ever
coder4ever

Reputation: 37

Cannot install react-native

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

Answers (1)

nikolai369
nikolai369

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

Related Questions