I must run micro-crawler https://github.com/WebMole/Micro-Crawler which is a crawler web application, that run with node.js. I could not figure out how to open this app, I download node.js, and when I write install npm and install bower to the node.js command line nothing happened. Also I did not understand how to start web applicaion after installations
Please help me
Finally I solved the issue
and the micro-crawler works
Did you execute your .js file? You can do that with node.js cli thus:
path/to/your/file: node file.js
This is a good reference: How to run a hello.js file in Node.js on windows?