新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

16
wiki/entities/Node_js.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Node.js"
type: entity
tags: [runtime, javascript]
sources: [n8n-Claude-通过自然语言自动化工作流.md, 使用Claude自动生成N8N工作流的实操教程.md]
last_updated: 2026-04-14
---
## Definition
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时,用于构建服务器端和网络应用。
## Usage
n8n-mcp 需要 Node.js 环境运行npx n8n-mcp 命令依赖 Node.js。
## Connections
- [[n8n-mcp]] ← 运行在 ← [[Node.js]]