Node.js npm

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

Node Package Manager (npm) provides following two main functionalities: Online repositories for node.js packages/modules which are searchable on search.nodejs.org. Command line utility to install Node.js packages, do version management and dependency management of Node.js packages.

Syntax

Parameters

ParameterExample
accessnpm publish --access=public
binnpm bin -g
editnpm edit connect
helpnpm help init
initnpm init
installnpm install
linknpm link
prunenpm prune
publishnpm publish ./
restartnpm restart
startnpm start
stopnpm start
updatenpm update
versionnpm version


Got any Node.js Question?