Cannot find module 'express' in server side. 
CodePudding user response:
Always note to use npm i when ever you clone into the server to install missing packages.
CodePudding user response:
the express package is not found in local node_modules packages
try add it with
npm i express
