[REGRESSION] Restore Complete JSON Output from 6.x #6558
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Consider this command:
npm install bootstrap --json
The output using npm 7.x, 8.x, or 9.x is this:
Expected Behavior
The output of that same command run with npm 6.x is this:
THIS output is insanely more useful for integrating npm into other tooling and build systems. The truncated output from versions 7, 8, and 9 is not useful. This regression has existed for years now and it would be great if npm could finally address it. Competing package managers (yarn) don't have this issue.
Steps To Reproduce
npm install [somePackage] --json
with npm 6.x and compare the output to that of any later major release.--verbose
(or any other logging level) does not change the JSON output. (That would, optionally, be a nice feature.)Environment
The text was updated successfully, but these errors were encountered: