'Uncaught Error Error: Cannot find module 'express' [closed]
im trying to make a discord bot using discord.js it works but whenever i try hosting it i get (Uncaught Error Error: Cannot find module 'express') my friend told me it should work image
Solution 1:[1]
Go your command line and type npm install express. This is how you install required modules.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Neenhila |
