kusti8 / proton-native

A React environment for cross platform desktop apps

Home Page:https://proton-native.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No matching version found for node-qt-napi@^0.0.4.

burhanuday opened this issue · comments

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.