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 --versionExample: npm -v
Help
Show help information
npm helpExample: npm help install
Initialize Project
Create package.json file
npm initExample: npm init -y
List Packages
List installed packages
npm listExample: npm list --depth=0
Check Config
Show npm configuration
npm config listExample: npm config get registry