Node.js 工具下载 开发必备 一站式集合

Node.js 工具下载集合

精选 Node.js 开发工具下载地址,包含运行时、版本管理、包管理器、IDE、调试工具等

15+ 核心工具
官方 安全下载
开源 免费使用

Node.js 运行时

2个工具

Node.js

JavaScript 运行时环境,服务端开发核心

LTS 长期支持版 Current 尝鲜版 Windows .msi macOS .pkg Linux 二进制

Deno

安全的 JavaScript/TypeScript 运行时

TypeScript原生 安全沙箱
常用安装命令速查
npm install -g pm2 安装 PM2 进程管理器
npm install -g nodemon 安装 nodemon 热重载工具
npm install -g eslint 安装 ESLint 代码检查
npm install -g prettier 安装 Prettier 格式化工具
npm install -g yarn 安装 Yarn 包管理器
npm install -g pnpm 安装 pnpm 包管理器
npm install -g ndb 安装 ndb 调试工具
npm install -g n 安装 n 版本管理器