Tenrys / discord-emoji-stealer

Downloads every custom emoji from every Discord server you're in. Most likely does not work anymore.
MIT License
24 stars 5 forks source link

Doesent work #1

Closed NICKNMPLOL closed 5 years ago

NICKNMPLOL commented 5 years ago

when running npm i

discord-emoji-stealer-master>node index.js internal/modules/cjs/loader.js:589 throw err; ^

Error: Cannot find module 'discord.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at Object. (C:\discord-emoji-stealer-master\index.js:8:17) at Module._compile (internal/modules/cjs/loader.js:707:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10) at Module.load (internal/modules/cjs/loader.js:605:32) at tryModuleLoad (internal/modules/cjs/loader.js:544:12) at Function.Module._load (internal/modules/cjs/loader.js:536:3)

when running node

discord-emoji-stealer-master>node index.js internal/modules/cjs/loader.js:589 throw err; ^

Error: Cannot find module 'discord.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) at Function.Module._load (internal/modules/cjs/loader.js:513:25) at Module.require (internal/modules/cjs/loader.js:643:17) at require (internal/modules/cjs/helpers.js:22:18) at Object. (C:\discord-emoji-stealer-master\index.js:8:17) at Module._compile (internal/modules/cjs/loader.js:707:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10) at Module.load (internal/modules/cjs/loader.js:605:32) at tryModuleLoad (internal/modules/cjs/loader.js:544:12) at Function.Module._load (internal/modules/cjs/loader.js:536:3)

Tenrys commented 5 years ago

You didn't run npm install properly.

NICKNMPLOL commented 5 years ago

how so? i wrote npm i in a cmd i launched (as admin)

Tenrys commented 5 years ago

You cloned the entire repository, right?

NICKNMPLOL commented 5 years ago

yes

On Thu, Oct 25, 2018 at 9:11 AM Marceau Maubert notifications@github.com wrote:

You cloned the entire repository, right?

https://camo.githubusercontent.com/a5c1e49a4be9956ae6a0235dc51ed87a594f55b5/68747470733a2f2f74656e7279732e70772f5368617265582f323031382f4f63742f626c6b492e706e67

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Tenrys/discord-emoji-stealer/issues/1#issuecomment-432939592, or mute the thread https://github.com/notifications/unsubscribe-auth/AqXZn366fnXtTMqy71OrNKA0iN1egwAyks5uoWQRgaJpZM4X3GTz .

Tenrys commented 5 years ago

Works for me though, are you on linux..?

What version of npm / node are you using?