Advertisement
Guest User

Untitled

a guest
Nov 30th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. internal/modules/cjs/loader.js:968
  2.   throw err;
  3.   ^
  4.  
  5. Error: Cannot find module 'discord.js'
  6. Require stack:
  7. - /Users/daniellopez/Desktop/lan/making_with_ml/discord_moderator/discord.js
  8.     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
  9.     at Function.Module._load (internal/modules/cjs/loader.js:841:27)
  10.     at Module.require (internal/modules/cjs/loader.js:1025:19)
  11.     at require (internal/modules/cjs/helpers.js:72:18)
  12.     at Object.<anonymous> (/Users/daniellopez/Desktop/lan/making_with_ml/discord_moderator/discord.js:17:17)
  13.     at Module._compile (internal/modules/cjs/loader.js:1137:30)
  14.     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
  15.     at Module.load (internal/modules/cjs/loader.js:985:32)
  16.     at Function.Module._load (internal/modules/cjs/loader.js:878:14)
  17.     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
  18.   code: 'MODULE_NOT_FOUND',
  19.   requireStack: [
  20.     '/Users/daniellopez/Desktop/lan/making_with_ml/discord_moderator/discord.js'
  21.   ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement