Skip to content

Instantly share code, notes, and snippets.

@gnchrv
Created October 6, 2022 16:43
Show Gist options
  • Save gnchrv/8b82a453deeed01ef9895c0b6cb1e7eb to your computer and use it in GitHub Desktop.
Save gnchrv/8b82a453deeed01ef9895c0b6cb1e7eb to your computer and use it in GitHub Desktop.
How to update project dependencies in a package.json file
npm install -g npm-check-updates
ncu -u
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment