Skip to content

Instantly share code, notes, and snippets.

@floydpink
Created December 23, 2021 16:46
Show Gist options
  • Save floydpink/22ef3ba55df73f56d71497f9f9810388 to your computer and use it in GitHub Desktop.
Save floydpink/22ef3ba55df73f56d71497f9f9810388 to your computer and use it in GitHub Desktop.
Update all existing global npm dependencies
npm ls -g -j --depth=0 | jq -r '.dependencies | keys | join(" ")' | xargs npm install -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment