Last active
October 5, 2023 19:09
-
-
Save arnoldc/3f4c8fae4d141c342238ff0d6f6807f6 to your computer and use it in GitHub Desktop.
[npm] npm tips
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 -all | |
| - to see all the dependencies of the project | |
| npm ls <package-name> | |
| - to see the dependencies of a specific package | |
| npx depcheck | |
| - to see which dependencies are not used in the project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment