renesansz / discord-greeter-bot

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

Install Error #267

Closed GamingNeverEnds closed 4 years ago

GamingNeverEnds commented 4 years ago

This happens every time I try to install it. Screenshot (59)

sarthaktexas commented 4 years ago

Nothings technically wrong. Just do node bot.js or node app.js depending on the name!

sarthaktexas commented 4 years ago

If you want to get rid of the warning, add these to your package.json.

{
 "repository": "enter repo link",
 "license": "MIT"
}
sarthaktexas commented 4 years ago

@renesansz should I make a pull request to add these to package.json?

renesansz commented 4 years ago

@sarthaktexas I think it's just a warning because some important identifier in package.json is missing. sure, your contribution is most welcome

renesansz commented 4 years ago

Merged PR #268 Thanks for the contribution @sarthaktexas