Skip to content
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

Error running npm.list #2

Open
markwatsonatx opened this issue Aug 29, 2017 · 1 comment
Open

Error running npm.list #2

markwatsonatx opened this issue Aug 29, 2017 · 1 comment

Comments

@markwatsonatx
Copy link

When I run npm.list from a %%node cell in a notebook I receive the following error:

CalledProcessError: Command '['npm', 'list', '-s']' returned non-zero exit status 1

Here is the out from npm list -s from the command line:

/Users/markwatson
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
...
@DTAIEB
Copy link
Member

DTAIEB commented Sep 25, 2017

@markwatsonatx The error only happen with npm v5. As a workaround, you can try downgrading npm to v3 e.g: npm install -g npm@latest-3

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

No branches or pull requests

2 participants