Skip to content

Instantly share code, notes, and snippets.

@AbimaelAndrade
Created August 10, 2017 20:13
Show Gist options
  • Save AbimaelAndrade/77c7009e9262405e1e34acf3a96a656a to your computer and use it in GitHub Desktop.
Save AbimaelAndrade/77c7009e9262405e1e34acf3a96a656a to your computer and use it in GitHub Desktop.
Listar pacotes NPM instalados globalmente e suas versões

NPM LIST

Como ver quais pacotes estão instalados globalmente na sua máquina e quais suas versões.

$ npm list -g --depth=0
@slopesweb
Copy link

muito bom, vou lembrar, o negócio é lembrar de instalar sempre globalmente,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment