You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As well as the need to have Mongodb running to execute the command "node app", I'm looking into a way to write this into the program so the user can follow the instructions on the README.md as they currently are but if there is no such change that can be made I would suggest writing that step into the documentation. Upon forking the project, to try to submit changes to the README.md, I found that cannot view the README.md properly I see
For clarity and easy of use for new users to both Github and your particular application the following line in the README.md could be updated from:
"And then install dependencies:"
to:
"Navigate to directory 'node-web-crawler' then install dependencies:"
and the command could then read:
cd node-web-crawler; npm install
The text was updated successfully, but these errors were encountered: