Charles Bédard

Results 2 comments of Charles Bédard

Same error here with `[email protected]`: I have a `package.json` like this: ```json { "name":"hello", "version":"1.0.0", "devDependencies":{ "nw":"^0.22.0", "nw-builder":"^3.2.0" }, "scripts":{ "dev":"nw src/", "prod":"nwbuild --platforms win32,win64,osx64,linux32,linux64 --buildDir dist/ src/" } }...

I experience the same error with ruby 3.0.2 installed via rbenv/ruby-build. I was able to make it work with by installing ruby 3.1.0-dev with rbenv/ruby-build and using that version.