I'm trying to install the node-osc
package in nodejs.
I run npm install node-os
c and get this
I tried installing the dependencies on their own:
npm install python
npm install node-gyp
This did not work .. any ideas about what went wrong?
Update
I have set the environmemtal variable like this:
Variable name: PYTHON Variable value: c:\Python33\
now I got rid of the python not found thingy and i get this:
Update
Now I installed the CORRECT verison of python (27) .. 33 is not supported by node-gyp
and I get this:
Update
Turns you I had to install some other stuff to get it working on a 64bit machine:
this guide was life-saving: https://github.com/TooTallNate/node-gyp#installation