Difference between revisions of "Npm list"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
[[npm -g list]] | [[npm -g list]] | ||
+ | |||
+ | npm list | ||
+ | [email protected] /private/tmp/yourapp/yourapp/app | ||
+ | ├── [[UNMET DEPENDENCY]] @babel/core@^7.15.5 | ||
+ | ├── UNMET DEPENDENCY @babel/[email protected] | ||
Revision as of 10:20, 26 October 2022
npm list /Users/YOUR_USER └── (empty)
npm list --depth=0
npm list -g --depth=0
npm list -g /Users/YOUR_USER/brew/lib └── [email protected]
npm -g list
npm list [email protected] /private/tmp/yourapp/yourapp/app ├── UNMET DEPENDENCY @babel/core@^7.15.5 ├── UNMET DEPENDENCY @babel/[email protected]
Related
See also
Advertising: