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

17 lines
334 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "npx"
type: concept
tags: []
date: 2026-04-17
---
## Definition
Node Package ExecutorNode.js 官方包执行工具,无需全局安装即可运行 npm 包。
## Use Cases
- 直接执行远程 npm 包
- 全局安装前的试用
## Related Concepts
- [[npm]]Node.js 包管理器
- [[Node.js]]JavaScript 运行时