Fresh install rocketchat MODULE_NOT_FOUND

Description

Hi, I’m following the centos guide to install Rocketchat on rockylinux 9.2

Deploy with CentOS - Rocket.Chat Docs

I’ve installed nodejs 14 and mongodb6, working fine. When I start rocketchat, it says

 at Module.load (internal/modules/cjs/loader.js:979:32)
 at Function.Module._load (internal/modules/cjs/loader.js:819:12) {

code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/opt/Rocket.Chat/programs/server/runtime.js’,
‘/opt/Rocket.Chat/main.js’
]
}
rocketchat.service: Main process exited, code=exited, status=1/FAILURE

I see runtime.js and main.js are in the /opt/Rocket.Chat folder fine. What steps did I miss?