Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is anybody working on it ? #1013

Open
EndorFlem opened this issue Jun 20, 2023 · 5 comments
Open

Is anybody working on it ? #1013

EndorFlem opened this issue Jun 20, 2023 · 5 comments

Comments

@EndorFlem
Copy link

My experience and point of you

I have been trying to start using this tool for the last few days - I failed. There are errors in all starter repos (you have to fix everything on your own just to run examples !). Why is it so buggy ?!

@sedwards2009
Copy link
Collaborator

This project has a classic case of just not enough people helping out. I've done a lot of improvements to the foundations over the last year or two, but my time in limited and my primary project is an application.

As for starter projects, I've spent some time this week on a new starter project. The basics are in place and you can have a look at it here: https://github.com/sedwards2009/nodegui-simple-starter

@baradhili
Copy link

THanks for that @sedwards2009 It has been so frustrating that the starter projects don't build

@vanminhquangtri
Copy link

Hello @sedwards2009 @baradhili , after clone your repo: https://github.com/sedwards2009/nodegui-simple-starter, I can't run npm install on my computer, as I see the problem is:
FetchError: request to https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_641/qt.qt6.641.win64_msvc2019_64/6.4.1-0-202211101254qtsvg-Windows-Windows_10_21H2-MSVC2019-Windows-Windows_10_21H2-X86_64.7z failed, reason: connect ETIMEDOUT 77.86.162.2:443

Can you please advise how to solve this?

$ npm install
npm WARN deprecated cuid@2.1.8: Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead.
npm ERR! code 1
npm ERR! path D:\TEST\nodegui-simple-starter-main\nodegui-simple-starter-main\node_modules@nodegui\nodegui
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm run setupqt && (node ./scripts/skip.js || npm run setupbinary || npm run build:addon)
npm ERR! > @nodegui/nodegui@0.61.0 setupqt
npm ERR! > node ./scripts/setupMiniQt.js
npm ERR!
npm ERR! Minimal Qt 6.4.1 setup:
npm ERR! FetchError: request to https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_641/qt.qt6.641.win64_msvc2019_64/6.4.1-0-202211101254qtsvg-Windows-Windows_10_21H2-MSVC2019-Windows-Windows_10_21H2-X86_64.7z failed, reason: connect ETIMEDOUT 77.86.162.2:443
npm ERR! at ClientRequest. (D:\TEST\nodegui-simple-starter-main\nodegui-simple-starter-main\node_modules\node-fetch\lib\index.js:1505:11)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:494:9)
npm ERR! at TLSSocket.emit (node:events:513:28)
npm ERR! at emitErrorNT (node:internal/streams/destroy:157:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:122:3)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:83:21) {
npm ERR! type: 'system',
npm ERR! errno: 'ETIMEDOUT',
npm ERR! code: 'ETIMEDOUT'
npm ERR! }

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Admin\AppData\Local\npm-cache_logs\2023-07-05T08_49_59_449Z-debug-0.log

image

@baradhili
Copy link

SO this error is that you seem unable to connect to https://download.qt.io maybe try following the link in the error manually?

@vanminhquangtri
Copy link

@baradhili can you please advise which version of node I should use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants