mozilla / qbrt

CLI to a Gecko desktop app runtime
Apache License 2.0
390 stars 31 forks source link

Error installing. #183

Closed Sid220 closed 1 year ago

Sid220 commented 1 year ago

Hello, When I clone this repository and run npm install is get the following message and am unable to run qbrt:


> qbrt@0.2.5 postinstall
> node ./bin/postinstall.js

✗ Installing runtime … failed!
[Error: ENOENT: no such file or directory, lstat '/home/sid/qbrt/dist/linux/runtime/qbrt/browser/defaults/preferences/devtools-client.js'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/sid/qbrt/dist/linux/runtime/qbrt/browser/defaults/preferences/devtools-client.js'
}
npm ERR! code 1
npm ERR! path /home/sid/qbrt
npm ERR! command failed
npm ERR! command sh -c -- node ./bin/postinstall.js

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sid/.npm/_logs/2022-12-20T23_47_52_162Z-debug-0.log

I also get this similar message when I run npm install -g qbrt:

npm ERR! code 1
npm ERR! path /home/sid/.config/nvm/versions/node/v16.18.0/lib/node_modules/qbrt
npm ERR! command failed
npm ERR! command sh -c -- node ./bin/postinstall.js
npm ERR! Installing runtime …
npm ERR! ✗ Installing runtime … failed!
npm ERR! [Error: ENOENT: no such file or directory, lstat '/home/sid/.config/nvm/versions/node/v16.18.0/lib/node_modules/qbrt/dist/linux/runtime/qbrt/browser/defaults/preferences/devtools-client.js'] {
npm ERR!   errno: -2,
npm ERR!   code: 'ENOENT',
npm ERR!   syscall: 'lstat',
npm ERR!   path: '/home/sid/.config/nvm/versions/node/v16.18.0/lib/node_modules/qbrt/dist/linux/runtime/qbrt/browser/defaults/preferences/devtools-client.js'
npm ERR! }

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sid/.npm/_logs/2022-12-21T00_03_25_243Z-debug-0.log
mykmelez commented 1 year ago

Hi @Sid220, this project is no longer active, and it hasn't been for years. Unfortunately, I no longer have the ability to archive it, or I would've done so.