Skip to content

Instantly share code, notes, and snippets.

@jerone
Last active January 12, 2025 13:13
Show Gist options
  • 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 your shell to get a list of global installed packages:

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

Requirement: https://github.com/jqlang/jq

winget install jqlang.jq
npm i -g @cspell/dict-nl-nl @vscode/vsce better-npm-audit corepack cspell expo-doctor generator-code generator-eslint generator-jest generator-sublime help js-to-ts-converter np npm npm-check-updates npm-gui types-react-codemod web-ext yo
cspell link add @cspell/dict-nl-nl
corepack enable
corepack prepare yarn@stable --activate
yarn set version stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment