You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Running yarn ls --json outputs a JSON structure that starts with, {"type:"tree","data":. For what I imagine only to be large dependency trees, the output gets truncated.
If the current behavior is a bug, please provide the steps to reproduce.
In the React Native repository, try running yarn ls --json.
What is the expected behavior?
The full JSON tree should be written to stdout without being truncated.