[GH-ISSUE #297] No matching version found for node-qt-napi@^0.0.4. #206

Open
opened 2026-05-05 11:54:38 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @burhanuday on GitHub (Jun 21, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/297

Describe the bug
I cloned the repo and tried running npm i

npm ERR! code ETARGET
npm ERR! notarget No matching version found for node-qt-napi@^0.0.4.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'proton-native'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/burhanuddin/.npm/_logs/2020-06-21T15_13_08_681Z-debug.log

here's a stack trace of the error

I checked npm - https://www.npmjs.com/package/node-qt-napi
The version on npm is 0.0.3 whereas the dependency in this project is ^0.0.4

To Reproduce
run npm i in a clean clone

Expected behavior
npm i should not throw an error

Screenshots
If applicable, add screenshots to help explain your problem.

Versions:

  • OS: Linux Mint 19
  • Version 19
  • Node version 14.4.0

Additional context
Add any other context about the problem here.

Originally created by @burhanuday on GitHub (Jun 21, 2020). Original GitHub issue: https://github.com/kusti8/proton-native/issues/297 **Describe the bug** I cloned the repo and tried running `npm i` ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for node-qt-napi@^0.0.4. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'proton-native' npm ERR! notarget npm ERR! A complete log of this run can be found in: npm ERR! /home/burhanuddin/.npm/_logs/2020-06-21T15_13_08_681Z-debug.log ``` here's a stack trace of the error I checked npm - https://www.npmjs.com/package/node-qt-napi The version on npm is 0.0.3 whereas the dependency in this project is ^0.0.4 **To Reproduce** run `npm i` in a clean clone **Expected behavior** `npm i` should not throw an error **Screenshots** If applicable, add screenshots to help explain your problem. **Versions:** - OS: Linux Mint 19 - Version 19 - Node version 14.4.0 **Additional context** Add any other context about the problem here.
gitea-mirror added the
bug
label 2026-05-05 11:54:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#206
No description provided.