Key Concepts
- npm: Comes bundled with Node.js and is used to manage JavaScript libraries and frameworks.
- nvm: Allows you to install and switch between multiple versions of Node.js, which includes the corresponding npm version.
Commands
Install a global package:
List globally installed packages
Project Specific Commands