Description
Starting Zeppelin in air-gapped environment requires up to 10 minutes because it fails to download nodejs and npm.
Downloading these files manually leads to the same result since HeliumBundleFactory tries to connect to "http://registry.npmjs.org/" without success.
I think we should check for internet availability and skip those steps.