Skip to content

Instantly share code, notes, and snippets.

@jerone
Last active February 4, 2024 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerone/c2a3790d65a998cb95ba15960f0ba199 to your computer and use it in GitHub Desktop.
Save jerone/c2a3790d65a998cb95ba15960f0ba199 to your computer and use it in GitHub Desktop.
NVM global packages

Run the following in gitbash to get above list of global installed packages:

npm ls -g --depth=0 --json | jq '.dependencies | keys | ["npm i -g"] + . | join(" ")'

Requirement: https://github.com/jqlang/jq (installed via choco).

npm i -g @cspell/dict-nl-nl @vscode/vsce corepack cspell generator-code generator-eslint generator-jest generator-sublime help js-to-ts-converter np npm npm-check-updates npm-gui web-ext yarn yo
cspell link add @cspell/dict-nl-nl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment