Skip to content

Instantly share code, notes, and snippets.

@5310
Last active August 13, 2018 05:01
Show Gist options
  • Select an option

  • Save 5310/beaf6468f60810eb63745a4be3b2d76a to your computer and use it in GitHub Desktop.

Select an option

Save 5310/beaf6468f60810eb63745a4be3b2d76a to your computer and use it in GitHub Desktop.
Globally installed NPM and PNPM packages #dotfile
# /usr/lib/node_modules
# npm list -g --depth=0
/usr/lib
+-- babel-eslint@8.2.6
+-- eslint@5.3.0
+-- eslint-config-standard@11.0.0
+-- eslint-plugin-html@4.0.5
+-- eslint-plugin-import@2.13.0
+-- eslint-plugin-node@7.0.1
+-- eslint-plugin-promise@3.8.0
+-- eslint-plugin-standard@3.1.0
+-- npm@6.3.0
`-- pnpm@2.13.1
# /usr/pnpm/global/1
# they're only hardlinks mind you, don't tamper
# sudo pnpm list -g
pnpm-global-pkg@1.0.0 /usr/pnpm-global/1
├── localtunnel@1.9.0
├── parcel@1.9.7
├── pkg@4.3.4
├── serve@9.4.2
└── surge@0.20.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment