Created
March 31, 2020 08:31
-
-
Save primitiveshaun/726593974fa8666139c998f7e3dbe86a to your computer and use it in GitHub Desktop.
Node.js - NPM Commands Reference
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
| # node-commands.sh | |
| # *** HOUSEKEEPING! One for the Node *** | |
| # Master File: Maintained by Primitive Digital's Housekeeping Department | |
| # https://primitivedigital.uk/housekeeping-department/ | |
| # STATUS ::: DRAFT: Requires Review | |
| # version of npm | |
| $ npm --version | |
| $ npm -v | |
| # version of node | |
| $ node --version | |
| $ node --v | |
| # nvm: list node versions | |
| $ nvm info | |
| # list the content of current dir | |
| npm ls | |
| # | |
| npm list -g --depth 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment