Upgraded from node 14 to node 15.0.0 Upgraded npm to 7.0.3 ### Current Behavior: 1) npm --outdated -g only shows a DOWNGRADE from npm 7 to 6  2) npm list -g --depth= 0 it does not show the intalled global packages, but only npm  ### Expected Behavior: the complete list of installed global packages should be listed. ### Steps To Reproduce: ### Environment: - OS: Windows 10 - Node: 15.0.0 - npm: 7.0.3