Home > Enterprise >  Cannot find module 'express' in node
Cannot find module 'express' in node

Time:01-05

Cannot find module 'express' in server side. error

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
  •  Tags:  
  • Related