Julian Waller

Results 526 comments of Julian Waller

> When producing a 32bit build from 32bit Node.js (on either 32bit or 64bit Windows). OK, Ill give this a test. I am pretty sure that the arch property now...

I've given 32bit on windows a test, and it looks to be working fine to me with cmake-js 6.3.0. I took a fresh windows 11 vm, installed 32bit node14 and...

Make sure to update cmake-js to v6 too, rather than the v5 you are currently referencing

> Peer dependencies often create more problems than they solve. If `prebuild` was supposed to be installed as a dependency then I would agree with you, but as it is...

This can be fixed with the instructions in this section of the readme https://github.com/cmake-js/cmake-js#electron

I'll reply to https://github.com/nodejs/node-api-headers/issues/3#issuecomment-1147396890 over here, as it feels like a better place to continue discussion > Hi @Julusian, I like to hear your feedback. We created `node-api-headers` to allow...

This works nicely for me. I had to change the generate command to `//go:generate go run gopkg.in/src-d/go-kallax.v1/generator/cli/kallax gen`. It would be good to document this requirement in the readme. And...

electron-builder does its own manual invocation of prebuild-install, and is the one setting that flag https://github.com/develar/app-builder/blob/4e2aa6a12e2bc3d31ec0d01d661fb3a4d65248ff/pkg/node-modules/rebuild.go#L220 My guess is that it might need to do that to ensure the correct...

This isnt possible currently.

Thanks, that would be a great help. Yes I like that idea