Open David-Hari opened 1 day ago
Hey @David-Hari,
We have created an internal ticket to look into this which we will be tracking as "GHC-393"
Wow that was quick! Yes I just noticed https://github.com/n8n-io/n8n/pull/10676. Thanks.
Does the build work on WSL for you?
Having to keep the build tooling up to date on regular windows is quite a chore for us, and since only contributors should be building the app from source, we'd really like to stop supporting windows dev environments not using WSL to reduce the maintenance effort for us.
Bug Description
When I run
pnpm build
on Windows, it fails here:If I edit the package.json file in n8n/packages/@n8n/chat and change the "build:bundle" line to:
set INCLUDE_VUE=true vite build
then it works fine.There should be some OS-independent way to set this variable.
To Reproduce
pnpm install
pnpm build
Expected behavior
Should build successfully
Operating System
Windows 10
n8n Version
1.65.0
Node.js Version
v18.20.0
Database
SQLite (default)
Execution mode
main (default)