You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
~ ❯❯❯ node-nightly
Downloading the nightly version, hang on...
node-nightly is available on your CLI!
~ ❯❯❯ node-nightly
> console.log('awesome')
awesome
The text was updated successfully, but these errors were encountered:
Hi,
I can't run node-nightly as it thinks I'm offline (@ home, @ work, with WiFi or wired).
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.The text was updated successfully, but these errors were encountered: