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

"Please check your internet connectivity" error message #33

Open
orgbx opened this issue Nov 25, 2016 · 2 comments
Open

"Please check your internet connectivity" error message #33

orgbx opened this issue Nov 25, 2016 · 2 comments

Comments

@orgbx
Copy link

orgbx commented Nov 25, 2016

Hi,
I can't run node-nightly as it thinks I'm offline (@ home, @ work, with WiFi or wired).

~ ❯❯❯ node-nightly --upgrade
Checking for update...
You are using latest version already.
~ ❯❯❯ node-nightly
Downloading the nightly version, hang on...
 Please check your internet connectivity.
~ ❯❯❯ node -v
v6.7.0

It seems that the connectivity check is failing (sindresorhus/is-online#29 maybe) although I'm on OS X 10.11.6.

Commenting the reportIfOffline() function call fixed it for me.

~ ❯❯❯ node-nightly
Downloading the nightly version, hang on...
node-nightly is available on your CLI!
~ ❯❯❯ node-nightly
> console.log('awesome')
awesome
@metajunaid
Copy link

It worked for me as well. Thanks

@robin-shine
Copy link

works for me, thanks

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

3 participants