renesansz / discord-greeter-bot

My greeter bot for Discord
MIT License
49 stars 38 forks source link

[Not Working] npm install discord.io winston --save #103 #229

Closed Bubble-Tea closed 4 years ago

Bubble-Tea commented 5 years ago

I've been trying to set up this discord bot as a test but for some reason, this command is not working: “npm install discord.io winston –save.” every time I do this command it tells me that I need it to be an original or actuall json file not only a java

LouisTheLeaf commented 5 years ago

Answered Here: https://github.com/renesansz/discord-greeter-bot/issues/212 Just replace all the “ to " Both of those are different types of quotation marks for some reason.

AtticusBrendan commented 5 years ago

For me, it is still not working after I've changed all the quotations into ". What should I do? Here is my image below :

Screenshot 2019-08-14 at 8 56 20 PM
AtticusBrendan commented 5 years ago

I tried to change it, but that still happened to me.

AtticusBrendan commented 5 years ago
Screenshot 2019-08-14 at 9 01 39 PM

Or did I make a mistake there?

cloudmtd commented 5 years ago

If you copied and pasted it from the example, the quotations are incorrect in the example. Replace the quotations to " (replace the ones in the example)

Jotaro-Kujo-and-Star-Platinum commented 4 years ago

What do I do if I'm getting this:

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/- - Not found npm ERR! 404 npm ERR! 404 '-@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Chronos\AppData\Roaming\npm-cache_logs\2019-09-30T04_40_12_971Z-debug.log

renesansz commented 4 years ago

@Jotaro-Kujo-and-Star-Platinum 404 means it can't fetch any packages to the npm registry. Something is blocking your network please check your firewall, proxy, or any network related configuration in your machine.

Jotaro-Kujo-and-Star-Platinum commented 4 years ago

@Jotaro-Kujo-and-Star-Platinum 404 means it can't fetch any packages to the npm registry. Something is blocking your network please check your firewall, proxy, or any network related configuration in your machine.

awww, man. the bad thing about that is that there is no firewall, proxy, etc. im so confused

renesansz commented 4 years ago

@Jotaro-Kujo-and-Star-Platinum can you post the full log here?

Jotaro-Kujo-and-Star-Platinum commented 4 years ago

where do i find the full log?

Jotaro-Kujo-and-Star-Platinum commented 4 years ago

it's working now.

renesansz commented 4 years ago

that's good to hear. I'll close the issue now