Skip to content

Instantly share code, notes, and snippets.

@Dartv
Created May 17, 2023 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dartv/34b40c8cd38c1cbaf50ea336a99a72a1 to your computer and use it in GitHub Desktop.
Save Dartv/34b40c8cd38c1cbaf50ea336a99a72a1 to your computer and use it in GitHub Desktop.
list node packages and their supported node versions
npm ls -depth=0 -prod | sed -n 's/^[^A-Za-z0-9_]*//;s/@.*$//p' | xargs -n 1 -I % sh -c 'echo %; npm view % engines'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment