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

keep npm recommendations consistent #46

Merged
merged 1 commit into from
Jan 13, 2024
Merged

keep npm recommendations consistent #46

merged 1 commit into from
Jan 13, 2024

Conversation

LucasLarson
Copy link
Owner

@LucasLarson LucasLarson commented Jan 13, 2024

skip recommending npm’s --verbose option to fix #43

npm up -g --log-level=verbose was later printed as
npm up -g --log-level=verbose, but
npm i -g --log-level=verbose npm was later printed as
npm i -g npm, without --log-level=verbose, which is more appropriate for both

skip recommending `--verbose` to fix #43

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson merged commit 93b9da4 into main Jan 13, 2024
7 checks passed
@LucasLarson LucasLarson deleted the npm_instructions branch January 13, 2024 22:26
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

Successfully merging this pull request may close these issues.

inconsistent npm instructions
1 participant