You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
I cloned the repo and tried running
npm i
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 cloneExpected behavior
npm i
should not throw an errorScreenshots
If applicable, add screenshots to help explain your problem.
Versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: