I'm having trouble in the npm install step. Seems like a broken 404 url. I tried the react version in my machine and it works, so I don't think this is an error related to the system requirements...
> prebuild-install --backend=cmake-js --runtime=napi --verbose
prebuild-install info begin Prebuild-install version 5.3.5
prebuild-install info looking for cached prebuild @ /tmp/my-cache/_prebuilds/da729a-nodegui-v0.24.0-napi-v3-linux-x64.tar.gz
prebuild-install http request GET https://github.com/nodegui/nodegui/releases/download/v0.24.0/nodegui-v0.24.0-napi-v3-linux-x64.tar.gz
prebuild-install http 404 https://github.com/nodegui/nodegui/releases/download/v0.24.0/nodegui-v0.24.0-napi-v3-linux-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=3 runtime=napi arch=x64 libc= platform=linux)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @nodegui/nodegui@0.24.0 prebuild:install: `prebuild-install --backend=cmake-js --runtime=napi --verbose`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @nodegui/nodegui@0.24.0 prebuild:install script.
Hi Graciano. Thanks for your note. I looked into it and it appears that this problem exists in both the vue and the react versions. However, it appears that we can still use the library by ignoring this error.
In case that was the blocker for you, I think you can still create apps. Meanwhile, I'll try taking a look at why this is happening :D
Hi, great project! <3
I'm having trouble in the npm install step. Seems like a broken 404 url. I tried the react version in my machine and it works, so I don't think this is an error related to the system requirements...
Hi Graciano. Thanks for your note. I looked into it and it appears that this problem exists in both the vue and the react versions. However, it appears that we can still use the library by ignoring this error.
In case that was the blocker for you, I think you can still create apps. Meanwhile, I'll try taking a look at why this is happening :D
Oh nooo. I'll take a look at it today!