Remind-Me-Discord-Bot icon indicating copy to clipboard operation
Remind-Me-Discord-Bot copied to clipboard

Error: Cannot find module 'discord.js-commando'

Open NDemrex opened this issue 6 years ago • 3 comments

Hello,

I downloaded the zip file and opened it on my laptop. I added your code into my visual code studio. I added in the tokens as requested in the confi.js file, when i got to the terminal and i "node ." this error comes up, did i do something wrong? @ewliang

NDemrex avatar Jul 18 '19 17:07 NDemrex

npm i discord.js-commando

ghost avatar Jul 21 '19 10:07 ghost

thanks for the reply! I actually did try installing the commando and for some reason i cant figure out who to run the program. I'm using code studio, i added your file into mine and changed the token as needed and installed correct packages but my bot doesnt respond to the commands. Im a new programmer, so i am still learning the ropes on everything. what is the best way for me to implement your bot into my bots code?

On Sun, Jul 21, 2019 at 3:21 AM chroventer [email protected] wrote:

Hey @NDemrex https://github.com/NDemrex,

It seems that you've not installed the packages that the project requires. Thus, you'll have to run npm install [package_name], in your case, npm i discord.js-commando. Furthermore, if you want to install all the project dependencies, you can directly execute npm install and it will install all the packages listed in the 'dependencies' field in the package.json file.

Hope this helps!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ewliang/Remind-Me-Discord-Bot/issues/1?email_source=notifications&email_token=ALJDLM3FJIYI23JXJUK6ORDQAQ2A3A5CNFSM4IE6DVQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2OAMLA#issuecomment-513541676, or mute the thread https://github.com/notifications/unsubscribe-auth/ALJDLM76N47RCCWMUKNBZNDQAQ2A3ANCNFSM4IE6DVQQ .

NDemrex avatar Jul 22 '19 20:07 NDemrex

just to be clear u oppened cmd and wrote npm install discord.js-commnado right? i have the same problem package cant install using the command a couple of errors appear

EpicZapraki avatar Aug 01 '20 03:08 EpicZapraki