Created
May 17, 2023 07:52
-
-
Save Dartv/34b40c8cd38c1cbaf50ea336a99a72a1 to your computer and use it in GitHub Desktop.
list node packages and their supported node versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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