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

[BUG] npm outdated now hard to read #2788

Open
ethanryan opened this issue Feb 26, 2021 · 0 comments
Open

[BUG] npm outdated now hard to read #2788

ethanryan opened this issue Feb 26, 2021 · 0 comments
Labels
Bug thing that needs fixing cmd:outdated related to `npm outdated` Priority 2 secondary priority issue Release 7.x work is associated with a specific npm 7 release Release 8.x work is associated with a specific npm 8 release

Comments

@ethanryan
Copy link

Current Behavior:

running npm outdated now includes a more detailed "Location" description within node_modules, and there is now a "Depended by" column.

these new columns are helpful. however, they make it difficult to read the output, because the lines wrap.

example of current behavior:

problem

Expected Behavior:

output wraps columns so each row doesn't overflow

example of expected behavior:

expected

Steps To Reproduce:

run npm outdated

Environment:

OS: MacOS Catalina 10.15.7
Node: 14.8.0
npm: 7.5.6

@ethanryan ethanryan added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Feb 26, 2021
@nlf nlf added Priority 2 secondary priority issue and removed Needs Triage needs review for next steps labels Apr 9, 2021
@ruyadorno ruyadorno added cmd:outdated related to `npm outdated` Release 8.x work is associated with a specific npm 8 release labels Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing cmd:outdated related to `npm outdated` Priority 2 secondary priority issue Release 7.x work is associated with a specific npm 7 release Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

3 participants