n8n icon indicating copy to clipboard operation
n8n copied to clipboard

fix: Build on windows with cross-platform path compatibility (no-changelog)

Open kob490 opened this issue 2 weeks ago • 11 comments

I kept getting the following error when running 'pnpm build' on windows:

n8n-editor-ui:build: error during build:
n8n-editor-ui:build: [vite-plugin-static-copy:build] No file was found to copy on <myfolder>\n8n\packages\editor-ui\node_modules\web-tree-sitter\tree-sitter.wasm src.

this change is a fix for that build failure and should ensure cross-platform compatibility

kob490 avatar Feb 12 '25 04:02 kob490