thx but, some other error i noticed: says keytar something 127, when running
`yarn`.
btw why is lbry so horrible? can't they just make a normal app?
== snippet start ==
caveman@cave ~/D/d/lbry-desktop> yarn
yarn install v1.21.1
$ yarn cache clean lbry-redux && yarn cache clean lbryinc
yarn cache v1.21.1
success Cleared package "lbry-redux" from cache
Done in 0.79s.
yarn cache v1.21.1
success Cleared package "lbryinc" from cache
Done in 0.84s.
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@1.2.11: The platform "linux" is incompatible with this module.
info "fsevents@1.2.11" is an optional dependency and failed compatibility
check. Excluding it from installation.
[4/5] Linking dependencies...
warning " > lbryinc@0.0.1" has incorrect peer dependency
"lbry-redux@lbryio/lbry-redux".
[5/5] Building fresh packages...
[9/9] ⠂ nodemon
[8/9] ⠂ node-sass
[3/9] ⠂ keytar
[7/9] ⠂ lbryinc
error /home/caveman/Documents/dev/lbry-desktop/node_modules/keytar: Command
failed.
Exit code: 127
Command: prebuild-install || node-gyp rebuild
Arguments:
Directory: /home/caveman/Documents/dev/lbry-desktop/node_modules/keytar
== snippet end ==
rgrds,
cm.
‐‐‐ Original Message ‐‐‐
On Thursday, January 16, 2020 7:59 PM, Alec Ten Harmsel
wrote:
> On Thu, Jan 16, 2020, at 10:27, Caveman Al Toraboran wrote:
>
> > this:
> > https://github.com/lbryio/lbry-desktop#running-from-source
> >
> > doesn't work. i did `yarn dev:web` (and without web) and i don't see
> > anything
> > usable. with `:web` i get a browser opened, but it doesn't show anything.
> > without `:web` it just says that render compilation complete, and gets stuck
> > there. ctrl^c shows `killing threads...`.
> >
> > wat's the best way? is there even a best way?
> >
> > rgrds,
> > cm.
>
> `yarn dev:web-server' works for me.
>
> HTH,
>
> Alec