James Robinson

Results 6 comments of James Robinson

Just to follow a bit further on hexcowboy's solution, for those who don't have a `vite.config.js` already, this is what I used: ```javascript import { defineConfig } from 'vite' export...

Yeah, I'm currently running it for the first time and it has taken about 15 minutes so far. Did it ever finish for you? i.e. is it stuck in a...

Personally I make sure that node_modules is excluded from my package, and therefore excluded from the installer. This seems to improve the time it takes. So these are the two...

Yes, I should clarify... I am using webpack so all web app dependencies are bundled up, so I don't have any runtime `dependencies` in my package.json, only `dev-dependencies` and therefore...

Errors include: ``` ..\src\common.cpp(10): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member declared in class 'v8::HandleScope' ..\src\common.cpp(11): error C2039: 'New': is not a member of 'v8::String' ..\src\common.cpp(17): error C3861: 'ThrowException': identifier...

I've cloned the "node-v12" branch of https://github.com/Garciat/node-png.git instead, which compiles OK.