Comments on: How to Install Rocket.Chat on Ubuntu 18.04 https://www.rosehosting.com/blog/how-to-install-rocket-chat-on-ubuntu-18-04/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:33:40 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-rocket-chat-on-ubuntu-18-04/#comment-48217 Wed, 20 May 2020 06:13:28 +0000 https://www.rosehosting.com/blog/?p=30055#comment-48217 In reply to cesar feliz.

Delete the caniuse-lite directory from node_modules directory located in /opt/rocketchat/programs/server. Then install the module with: run npm i caniuse-lite.

]]>
By: cesar feliz https://www.rosehosting.com/blog/how-to-install-rocket-chat-on-ubuntu-18-04/#comment-48215 Tue, 19 May 2020 18:04:19 +0000 https://www.rosehosting.com/blog/?p=30055#comment-48215 Hello , Please help . I’m hving this error :
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
➔ server.js:204 System ➔ error
➔ +—————————————————————————+
➔ | SERVER ERROR |
➔ +—————————————————————————+
➔ | |
➔ | Rocket.Chat Version: 3.2.2 |
➔ | NodeJS Version: 12.16.3 – x64 |
➔ | MongoDB Version: 4.0.18 |
➔ | MongoDB Engine: wiredTiger |
➔ | Platform: linux |
➔ | Process Port: 3000 |
➔ | Site URL: http://—–.—:3000/ |
➔ | ReplicaSet OpLog: Disabled |
➔ | Commit Hash: a720d25f4e |
➔ | Commit Branch: HEAD |
➔ | |
➔ | OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT: |

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-rocket-chat-on-ubuntu-18-04/#comment-48155 Sun, 05 Apr 2020 06:54:27 +0000 https://www.rosehosting.com/blog/?p=30055#comment-48155 In reply to Norman.

The tutorial has been updated. Thanks!

]]>
By: Norman https://www.rosehosting.com/blog/how-to-install-rocket-chat-on-ubuntu-18-04/#comment-48153 Sat, 04 Apr 2020 23:14:49 +0000 https://www.rosehosting.com/blog/?p=30055#comment-48153 It’s nice to see the installation steps for each tool separately!

However your line here doesn’t work for me:
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list

It should be:
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list

Thanks.

]]>