Skip to content

npm ls -g --depth=0 shows error related to nativescript #3241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NickIliev opened this issue Dec 4, 2017 · 2 comments
Closed

npm ls -g --depth=0 shows error related to nativescript #3241

NickIliev opened this issue Dec 4, 2017 · 2 comments
Labels

Comments

@NickIliev
Copy link
Contributor

From @ph55 on December 1, 2017 23:2

Issue description

As claimed in #2979
Node 8 is now officially supported.

But when running npm list -g --depth=0 following error is thrown:

 sasha@Sashas-MBP ~/dev : npm list -g --depth=0
/usr/local/lib
├── @angular/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/cli-table: Invalid version: "https://github.com/telerik/cli-table/tarball/v0.3.1.2"
npm ERR! invalid: cli-table /usr/local/lib/node_modules/nativescript/node_modules/cli-table
npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/tabtab: Invalid version: "https://github.com/Icenium/node-tabtab/tarball/master"
npm ERR! invalid: tabtab /usr/local/lib/node_modules/nativescript/node_modules/tabtab
npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/xcode: Invalid version: "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz"
npm ERR! invalid: xcode /usr/local/lib/node_modules/nativescript/node_modules/xcode
npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/xmlhttprequest: Invalid version: "https://github.com/telerik/node-XMLHttpRequest/tarball/master"
npm ERR! invalid: xmlhttprequest /usr/local/lib/node_modules/nativescript/node_modules/xmlhttprequest
npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/zipstream: Invalid version: "https://github.com/Icenium/node-zipstream/tarball/master"
npm ERR! invalid: zipstream /usr/local/lib/node_modules/nativescript/node_modules/zipstream
npm ERR! error in /usr/local/lib/node_modules/nativescript/node_modules/ios-sim-portable/node_modules/bplist-parser: Invalid version: "https://github.com/telerik/node-bplist-parser/tarball/master"
npm ERR! invalid: bplist-parser /usr/local/lib/node_modules/nativescript/node_modules/ios-sim-portable/node_modules/bplist-parser
npm ERR! missing: cli-table@^0.3.1, required by [email protected]

Reproduce

macOS High Sierra. Version 10.13.1
node installed via brew (v.8.9.1)
Install typescript globally npm install -g nativescript
Run npm list -g --depth=0
Error thrown.

Another issue, that should't be closed IMO NativeScript/NativeScript#4791

Copied from original issue: NativeScript/NativeScript#5120

@Natalia-Hristova
Copy link

Cannot reproduce it on :
High Sierra 10.13.1
node 8 --> installed via brew (v.8.9.4)

npm list -g --depth=0
/usr/local/lib
├── [email protected]
└── [email protected]

@ph55 are you still able to reproduce it with the latest CLI (3.4.2)?

@Natalia-Hristova
Copy link

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants