Skip to content

"Please check your internet connectivity" error message #33

Description

@orgbx

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions