Skip to content

tns run offline support is now broken. #5026

Closed
@NathanaelA

Description

@NathanaelA

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

  1. Take computer offline.
  2. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions