Skip to content

Instantly share code, notes, and snippets.

@jakubriedl
Created February 4, 2019 06:20
Show Gist options
  • Save jakubriedl/ebc76c936520095d0db181b997b5dc4f to your computer and use it in GitHub Desktop.
Save jakubriedl/ebc76c936520095d0db181b997b5dc4f to your computer and use it in GitHub Desktop.
Force install npm outdated dependencies
npm outdated | awk '{if (NR!=1) {print $1 "@latest"}}' | xargs npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment