I am trying to run this project on my Windows 7: https://github.com/JoelBesada/pasteboard#readme
I followed the instructions on the project-page but it won't run. When I execute in my console
./run_local
I get the message that run_local can't be found (but I am in project-folder).
I have node.js installed as well as coffeescript.js and app.js.
While performing "npm install" I get an error after a while.
Do I need a .NET-framework? Why can't I run the project?