Hacker News new | ask | show | jobs
by companyhen 3945 days ago
As a new dev: How do I get npm install to run? I'm on step 4 of the instructions.
2 comments

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!

Figured it out myself! Thanks :)
NPM is the Node Package Manager. So, you must have node installed to get npm.

https://nodejs.org/download/