Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

As a new dev: How do I get npm install to run? I'm on step 4 of the instructions.


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/




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: