We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
npm list -s
/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] ...
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: