Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install expo-cli #1212

Closed
Murunb1 opened this issue Apr 27, 2020 · 3 comments
Closed

npm install expo-cli #1212

Murunb1 opened this issue Apr 27, 2020 · 3 comments

Comments

@Murunb1
Copy link

Murunb1 commented Apr 27, 2020

C:\Users\User>npm install expo-cli
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated joi@14.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache_logs\2020-04-27T15_18_33_207Z-debug.log

C:\Users\User>npm cache clear --force
npm WARN using --force I sure hope you know what you are doing.

C:\Users\User>npm install expo-cli
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache_logs\2020-04-27T15_20_24_774Z-debug.log

@lakshyatyagi24
Copy link

Try npm i expo-cli

@yash03112000
Copy link

having same issue tried npm i expo-cli too

@EZENGOLD
Copy link

Try to install using the current LTS version of Node. I removed node npm and npx files in /usr/bin directory and downloaded the LTS v12 package that I installed by extracting the compressed file in /usr/local/lib/nodejs.
And then I added the directory to the PATH and tried npm version in commande line.

Now you can retry to install expo-cli using : npm install --global expo-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants