Rocket.Chat icon indicating copy to clipboard operation
Rocket.Chat copied to clipboard

Issue in Rocket Chat Installation documentation

Open krishnaGauss opened this issue 1 month ago • 2 comments

Here in the below image you can see the Deno version is hardcoded which is causing sharp module errors for some users to install.

Refer to this URL :LINK TO INSTALL GUIDE

Image

Kindly fix this.

krishnaGauss avatar Dec 07 '25 17:12 krishnaGauss

yes @krishnaGauss is right, I have verified this issue.

The installation page on developer.rocket.chat asks users to install: curl -fsSL https://deno.land/install.sh | sh -s v1.37.1

However, the Rocket.Chat repository specifies the required Deno version in .tool-versions, which is currently:

deno 1.43.5

Using the outdated v1.37.1 breaks the development setup and causes Deno-related errors.

Since the documentation is now hosted in Document360 (not in a GitHub repo), this will need to be updated by the Rocket.Chat documentation team.

Happy to help validate once updated.

sid2487 avatar Dec 08 '25 05:12 sid2487

The installation page on developer.rocket.chat asks users to install:

It actually says:

"for example:"

That means it is an example only - not the actual command.

The Rocket.Chat repository specifies the required Deno version

Exactly.

If they changed it to x.x.x like this would you have actually used it as is?

curl -fsSL https://deno.land/install.sh | sh -s vx.x.x

That would generate an error too.

reetp avatar Dec 10 '25 10:12 reetp

Please assign me the issue

me-pradeep avatar Dec 11 '25 06:12 me-pradeep

Hi, I’d like to work on this issue. Could you please assign it to me? Thanks!

karthikeya1220 avatar Dec 13 '25 08:12 karthikeya1220