Files
nexus/wiki/concepts/npx.md
2026-04-17 08:38:12 +08:00

334 B
Raw Blame History

title, type, tags, date
title type tags date
npx concept
2026-04-17

Definition

Node Package ExecutorNode.js 官方包执行工具,无需全局安装即可运行 npm 包。

Use Cases

  • 直接执行远程 npm 包
  • 全局安装前的试用
  • npmNode.js 包管理器
  • Node.jsJavaScript 运行时