Issue in Rocket Chat Installation documentation
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
Kindly fix this.
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.
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.
Please assign me the issue
Hi, I’d like to work on this issue. Could you please assign it to me? Thanks!