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
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
The output from the second 'ls' command does not list Module C as a dependency of Module B
The bug is in read_installed, and to do with the use of rpSeen. While traversing module-A's dependencies npm correctly detects that Module-B depends on Module-C, but after returning, this information is not present in the object stashed in rpSeen.