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

Getting npm output even with -q option #32

Closed
orsifacundo opened this issue Dec 13, 2023 · 3 comments
Closed

Getting npm output even with -q option #32

orsifacundo opened this issue Dec 13, 2023 · 3 comments
Assignees

Comments

@orsifacundo
Copy link
Contributor

When running the scan an output similar to this is being shown:

added 1 package, and audited 3 packages in 761ms

found 0 vulnerabilities
npm notice 
npm notice New major version of npm available! 8.6.0 -> 10.2.5
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
npm notice Run `npm install -g npm@10.2.5` to update!
npm notice 

Even when using the --quiet (-q) option

@orsifacundo orsifacundo self-assigned this Dec 13, 2023
@orsifacundo
Copy link
Contributor Author

adding the --quiet option to npm install seems to do the trick.. will further investigate.

@scrthq
Copy link
Contributor

scrthq commented Feb 5, 2024

hey @orsifacundo - this may be fixed with my recent merged PR #34 ; would you mind testing to see if this is still ongoing when using the latest main branch content?

@scrthq scrthq self-assigned this Feb 5, 2024
@orsifacundo
Copy link
Contributor Author

Totally, it's fixed now. Thanks @scrthq.. closing this issue.

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