Error: Cannot find module 'transliteration'

I get this error, I don’t know how to fix it.
https://hastebin.com/imecuzotox.http

This is my package.json:

 {
  "name": "AdhubModMail",
  "version": "2.20.0",
  "description": "",
  "license": "MIT",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "text": "echo \"Error: No test specified\" && exit 1",
    "lint": "./node_modules/.bin/eslint ./src"
  },
  "author": "",
  "dependencies": {
    "eris": "^0.10.1",
    "humanize-duration": "^3.20.1",
    "transliteration": "^2.1.6",
    "json5": "^2.1.0",
    "express": "^4.16.4",
    "mime": "^2.4.3",
    "moment": "^2.24.0",
    "public-ip": "^3.2.0",
    "tmp": "^0.1.0",
    "uuid": "^3.3.3",
    "knex": "^0.19.3",
    "sqlite3": "^4.1.0"
  },
  "devDependencies": {
    "eslint": "^5.6.0"
  }
}

Hi ! Click on TOOLS, and FULL PAGE CONSOLE.

Next, do npm install transliteration -f

:slight_smile:

1 Like

I am currently doing this at all modules I receive the error from, I hope it works. I’ll let you know.

It worked, thanks! I really appreciate your help.