python - dnode working along nodejs on windows 8 error -
i have been trying dnode install link
http://bergie.iki.fi/blog/dnode-make_php_and_node-js_talk_to_each_other/
i tried
npm install dnode
i gave me following error.
gyp err! configure error gyp err! stack error: can't find python executable "python", can set pyt hon env variable. gyp err! stack @ failnopython (e:\program files (x86)\nodejs\node_modules\n pm\node_modules\node-gyp\lib\configure.js:118:14)
could plz assist me issue appropriate commands :)
much regards guys
do have python installed? in path?
which python
if not can set python environment variable gyp can find it.
export python=/path/to/python
Comments
Post a Comment