Upstream CatchUp Steps - WideChat/Rocket.Chat GitHub Wiki
- Delete the node modules folder
- clean npm cache
npm cache clean --force
- upgrade node to stable version i.e 12.X.X
sudo npm install n -g
sudo n stable
- npm must also be updated to 6.X.X
After running if still some modules are missing. Try installing those modules separately.