May
May
原先我的是16.20.0 yarn install 的时候报错 提示我要大于18.17.0 我就切换成了18.18.0 yarn install 成功下载  但是我开始npm run start的时候 失败了  我就降低node版本为 16.20.0 后成功运行 为什么下载依赖和运行的版本会不一致 (不太确定是不是我本地的问题)  成功运行有 出现大小写文件Index报错提示 手动调整后 已运行成功
### Bug Description I want to run the front-end page of n8n locally, execute "cd n8n" and then execute "pnpm install" success pnpm dev:fe:editor It ran successfully, but the console...