Last active
August 13, 2018 05:01
-
-
Save 5310/beaf6468f60810eb63745a4be3b2d76a to your computer and use it in GitHub Desktop.
Globally installed NPM and PNPM packages #dotfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /usr/lib/node_modules | |
| # npm list -g --depth=0 | |
| /usr/lib | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| +-- [email protected] | |
| `-- [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /usr/pnpm/global/1 | |
| # they're only hardlinks mind you, don't tamper | |
| # sudo pnpm list -g | |
| [email protected] /usr/pnpm-global/1 | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| └── [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment