Ошибка при установке iohook
При установке iohook с помощью npm консоль выдает эти ошибки
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
> [email protected] install C:\Users\ПК\Documents\GitHub\shortcutter\node_modules\iohook
> node install.js
node 83 win32 x64
Downloading prebuild for platform: iohook-v0.7.2-node-v83-win32-x64
Downloading prebuild.tar.gz
[============================================>] 100.0% of 153.68 kB (153.68 kB/s)
Downloading prebuild.tar.gz
[============================================>] 100.0% of 134.31 kB (134.31 kB/s)
Downloading prebuild.tar.gz
[============================================>] 100.0% of 26.26 kB (26.26 kB/s)
Downloading prebuild.tar.gz
[============================================>] 100.0% of 34.37 kB (34.37 kB/s)
Downloading prebuild.tar.gz
Error: GET https://github.com/wilix-team/iohook/releases/download/v0.7.2/iohook-v0.7.2-node-v83-linux-ia32.tar.gz returned 404
Prebuild for current platform (iohook-v0.7.2-node-v83-linux-ia32) not found!
# cd node_modules/iohook;
# npm run compile
C:\Users\ПК\Documents\GitHub\shortcutter\node_modules\iohook\install.js:15
throw err;
^
Prebuild for current platform (iohook-v0.7.2-node-v83-linux-ia32) not found!
(Use `node --trace-uncaught ...` to show where the exception was thrown)
npm ERR! code ELIFECYCLE
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ПК\AppData\Roaming\npm-cache\_logs\2021-01-20T17_31_41_044Z-debug.log