Lots of Local Build errors

Hi Folks,

I build locally but got lots of TS errors. I tried to set tsconfig.common.json
“compilerOptions”: {
“strict”: false,
“noImplicitAny”: false,
}
still too many errors like this

n8n-core:build: src/execution-engine/partial-execution-utils/get-source-data-groups.ts:159:50 - error TS2339: Property ‘inputIndex’ does not exist on type ‘never’.
n8n-core:build:
n8n-core:build: 159 …sortedConnectionsWithoutData.map((c) => c.inputIndex),
n8n-core:build: ~~~~~~~~~~
n8n-core:build:
n8n-core:build: src/execution-engine/routing-node.ts:261:5 - error TS2345: Argument of type ‘Promise<INodeExecutionData>’ is not assignable to parameter of type ‘never’.

node -v
v22.16.0
npm -v
10.9.2
pnpm -v
10.11.1

Could you help advise? Thanks!

@mli321 Hey,

The docker image use node v20.19.1,

Might be worth trying

Samuel