Skip to main content

NPM: Node Package Manager

npm version : check npm verison
npm install -g npm : upgrade npm
npm list -g : List globally installed packages
PS F:\nodejs> npm config get prefix -g
f:\nodejs\node_modules\npm
PS F:\nodejs>

Related articles

>>> Yarn - Yet Another Package Manager for Javascript

nvm for Windows

Popular posts from this blog

GitHub CLI

GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com

GCP: Google Cloud Shell

Google Cloud Shell is a tool for managing resources hosted on Google Cloud Platform! The machine comes pre-installed with the Google Cloud SDK and other popular developer tools.