常用命令

# 查看Node.js版本
node -v
# 或
node --version

# 查看帮助文档
node -h
# 或
node --help