AI Tools Guide

Node.js errors troubleshooting questions

Troubleshooting hub for npm, Node.js, TypeScript, Tailwind, build failures, port conflicts, module errors, and common frontend bugs.

All questions in this topic

High-potential questions are shown first. Every q page links back to a deep article and this cluster hub, so crawlers and readers can move through the full topic network.

11 questions

Dependency Conflict Fix

给中文新手的 dependency conflict 依赖冲突排查流程:先保存报错和锁文件状态,再看包管理器、peer dependency、版本范围、Node 版本和验证命令,不要一上来强制安装。

Dify Workflow Error Handling Guide

面向新手整理 Dify 工作流错误处理方法,覆盖输入变量校验、节点失败、条件分支、重试、人工兜底和上线前测试。

Eslint Error Should Not Disable

给中文新手的 ESLint 报错处理流程:先读规则名和报错文件,判断是代码问题、配置问题还是临时例外,再决定是否局部禁用,不要一上来全局关闭检查。

AI Website Builder Beginner Guide

面向新手说明 AI 做网站的流程,覆盖需求确认、页面结构、文案、设计、代码或无代码工具、部署上线和验收清单。

Dify Coze Flowise Agent Builder Comparison

面向新手比较 Dify、Coze、Flowise 等 Agent 和知识库搭建工具的选择思路,覆盖使用场景、权限、部署、数据和维护边界。

ENV Variable Missing Fix

本地配了 .env 但 process.env 还是 undefined,常见于没重启 dev、前端变量缺 NEXT_PUBLIC_ 前缀、.env 文件名/位置不对、没装 dotenv、变量名拼错、构建平台没配。逐条给真实修复。

Module Not Found Debug

Cannot find module / Module not found 几乎都是这 6 类:依赖没装、import 路径写错、大小写不一致、tsconfig alias 没配、node_modules 坏了、文件没建。逐条给真实定位和修复命令。

Node Version Mismatch Fix

报 EBADENGINE Unsupported engine 或依赖要求的 Node 版本和你本机对不上,用 nvm 切到项目要求的版本最稳。给出查版本、装 nvm、.nvmrc、engines 字段、本地和线上版本对齐的真实命令。

NPM Command Not Found Fix Mistakes

终端报 npm: command not found 或 'npm' 不是内部或外部命令,几乎都是 Node.js 没装好、PATH 没配、或装了 nvm 没激活。给出 macOS/Linux/Windows 的真实检查和修复命令。

Llamaindex RAG Beginner Guide

面向新手解释 LlamaIndex 做 RAG 的基本流程,覆盖 Document、Node、索引、检索、引用、评测和知识库维护边界。

Claude Code Error Debug Checklist

一份 Claude Code 错误排查检查清单,帮助新手在接客户报错小单前确认错误原文、复现步骤、环境、权限、验证命令和交付边界。

Deep guide entry points

Use the q page for the fast answer, then continue to the matching blog article for the full checklist.