matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 149 forks source link

Install problem #1789

Closed altf4arnold closed 5 months ago

altf4arnold commented 5 months ago

Hello,

I'm trying to install the bridge on a Debian 12 using the documentation.

When I execute the instructions to install from git (release 1.0.1), I get

00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.

yarn install --global matrix-appservice-irc

Also didn't work (even in root)

morguldir commented 5 months ago

https://stackoverflow.com/questions/53471063/yarn-error-there-are-no-scenarios-must-have-at-least-one

You have the wrong yarn :3

altf4arnold commented 5 months ago

Indeed. That was the problem. Thank you :-)