Getting Error when create new project

‘expo’ is not recognized as an internal or external command,
operable program or batch file.

did you installed expo-cli?

yes , try to install expo-cli but getting this error

how exactly did you install expo-cli?

npm install -g expo-cli

  1. Command :- sudo npm install -g expo-cli

Explain:- if u want to add it globally then you have to put super user command before npm install -g expo-cli.

You Also check your Node (8.12 ) And Npm (6.4+ ) version is latest.

‘sudo’ is not recognized as an internal or external command,
operable program or batch file.

now getting this error. Try to many ways but still getting error .

Solve my problem with this ‘npm install -g expo-cli’ :blush:

You Can write steps here.
How it is solved.it may helpful for beginers.

  1. Go to location where its install.
  2. npm install
  3. then install expo with this ‘npm install -g expo-cli’’

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.