verma-kunal / AWS-Session

Deploying a Node Js Application on AWS EC2
MIT License
171 stars 1.58k forks source link

Error: Cannot find module 'express' #10

Closed harishuptodate closed 2 months ago

harishuptodate commented 2 months ago

ubuntu@ip-172-31-47-107:~/AWS-Session$ npm run start

stripe-integration@1.0.0 start node server.js

node:internal/modules/cjs/loader:1137 throw err; ^

Error: Cannot find module 'express' Require stack:

Node.js v18.19.1

harishuptodate commented 2 months ago

found a soultion.....

we just need to install express module, that's it.

just type " npm install express "