matrix-appservice-irc icon indicating copy to clipboard operation
matrix-appservice-irc copied to clipboard

Unable to install with node 18

Open snex opened this issue 11 months ago • 3 comments

The documentation states that Node >v16 is supported, yet when I do yarn following the documentation here, I get the following:

yarn install v1.22.22
[1/5] Validating package.json...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=20". Got "18.20.4"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

snex avatar Dec 12 '24 20:12 snex

Fyi It was dropped here https://github.com/matrix-org/matrix-appservice-irc/releases/tag/2.0.0

morguldir avatar Dec 12 '24 20:12 morguldir

Ok then please update the documentation.

snex avatar Dec 12 '24 20:12 snex

Please also document the expected / recommended yarn version.

I did a yarn set version stable to get the latest stable version of yarn. But it seems, that someting like 1.22..x is much better than 4.x.

ChristianTacke avatar Jan 13 '25 16:01 ChristianTacke