Hacker News new | ask | show | jobs
by kelyvin 3944 days ago
Make sure you have node and npm installed on your machine. (You can check by running "npm -v" from the command line, if you don't see anything, then take a quick google search on how to install it).

Run "npm install" in the folder directory where the package.json is visible. In this case, if you cloned or extracted this project, it would be in the slack-poker-bot folder.

Hope that helps!

1 comments

Figured it out myself! Thanks :)