Zurück zur Startseite
NPM-Befehls-Helfer
Categories
Select a category to view npm commands
Grundbefehle
Click on any command to copy it to clipboard
NPM Version
Show npm version
npm --version
Example: npm -v
Help
Show help information
npm help
Example: npm help install
Initialize Project
Create package.json file
npm init
Example: npm init -y
List Packages
List installed packages
npm list
Example: npm list --depth=0
Check Config
Show npm configuration
npm config list
Example: npm config get registry