'AWS : Cannot find module 'express-fileUpload' in ubuntu 22.04

this is my package JSON file :

NU nano 6.2                                                                                       package.json
{
  "name": "e-commerce",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "nodemon ./bin/www"
  },
  "dependencies": {
    "2": "^3.0.0",
    "bcrypt": "^5.0.1",
    "bootstrap-icons": "^1.8.1",
    "cookie-parser": "~1.4.4",
    "debug": "~2.6.9",
    "dotenv": "^16.0.1",
    "express": "~4.16.1",
    "express-fileupload": "^1.3.1",
    "express-handlebars": "^6.0.4",
    "express-session": "^1.17.2",
    "hbs": "^4.2.0",
    "http-errors": "~1.6.3",
    "moment": "^2.29.3",
    "mongodb": "^4.5.0",
    "morgan": "~1.9.1",
    "nodemon": "^2.0.15",
    "paypal-rest-sdk": "^1.8.1",
    "razorpay": "^2.8.1",
    "referral-code-generator": "^1.0.8",
    "sweetalert": "^2.1.2",
    "twilio": "^3.76.1"
  }
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source