instamobile / recipes-app-react-native

Recipes App in React Native
https://instamobile.io
MIT License
769 stars 252 forks source link

cant run this ,please can you help #9

Open leechelle0707 opened 3 years ago

leechelle0707 commented 3 years ago

Good day I can't open this, C:\Users\leechelle\Desktop\recipes-app-react-native>npm install expo-cli--global npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/expo-cli--global - Not found npm ERR! 404 npm ERR! 404 'expo-CLI--global@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\leechelle\AppData\Roaming\npm-cache_logs\2021-01-06T12_36_29_232Z-debug.log

adefemi171 commented 3 years ago

@leechelle0707 I think what you need to run is npm install expo-cli --global there should be a space between expo-cli and --global or in short form npm install expo-cli -g also if you are using a windows OS, this needs to be installed as an Administrator and if you are using a Mac Book or Linux OS then you need to install using sudo. sudo npm install expo-cli -g hope this solves the issue