Closed bachrc closed 4 years ago
Most probably there was some error while npm installing. Try cd into node_modules/signal-desktop and run "yarn && yarn grunt", and if that does not help try to clone into a fresh directory and run npm install again.
Ok, this worked ! Thanks for your quick answer. :) I can do a PR specifying this additional step, or do you want to do it ?
This is not an additional step, this is normally done by the postscript of "npm install". So something went wrong while you tried to install it. I might add that to the FAQ at one point though, let's see. Have fun with the bridge anyway
Yeah, I saw it in the install script, but I can assure you that it hasn't been done by the npm install. :/ I have Node 12 and NPM 6.
Thanks a lot for your work !
Yea apparently sometimes npm does not execute the post install script for some unknown reasons (never happened to me).
And you're welcome, glad to know people are using it and it is working.
Trying to setup the bridge on a server, but the
npm run link
seems broken :Did this happen to someone?