Closed
Description
Environment
- CLI: 6.1
- Runtimes: 6.1
- Core: 6.1
Describe the bug
Attempting to do a tns run android
when the computer is offline will fail and return the following error:
Command failed: npm view tns-core-modules versions --json
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! network getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nathanael/.npm/_logs/2019-09-18T20_47_48_944Z-debug.log
To Reproduce
- Take computer offline.
- tns run android
Expected behavior
tns run android
to actually run the application, even though it can't access npm.
Additional context
tns deploy
appeared to still work.
Metadata
Metadata
Assignees
Labels
No labels