liuhaochuan79 / node_recast

recast navigation for node.js addon
MIT License
5 stars 5 forks source link

Could you please provide external dependencies list #4

Open DenisTis opened 5 years ago

DenisTis commented 5 years ago

Hi Liuhaochuan,

I found out that your package needs: 1) Globally installed node-gyp package 2) Python executable "python" variable. <- How could I setup number 2? Could you please describe it as I was not using python much, so do not have it in the system.

gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

Thank you, Denis