홈으로 돌아가기
NPM 명령어 도우미
Categories
Select a category to view npm commands
기본 명령어
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