Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors while installing memwatch on XP SP3 #54

Open
nihalanig opened this issue May 14, 2014 · 1 comment
Open

Errors while installing memwatch on XP SP3 #54

nihalanig opened this issue May 14, 2014 · 1 comment

Comments

@nihalanig
Copy link

unable to install memwatch on windows XP SP3.

C:\Documents and Settings\Gulshan Nihalani>npm install -g memwatch
npm http GET https://registry.npmjs.org/memwatch
npm http 200 https://registry.npmjs.org/memwatch
npm http GET https://registry.npmjs.org/memwatch/-/memwatch-0.2.2.tgz
npm http 200 https://registry.npmjs.org/memwatch/-/memwatch-0.2.2.tgz

[email protected] install C:\Documents and Settings\Gulshan Nihalani\Application
Data\npm\node_modules\memwatch
node-gyp rebuild

C:\Documents and Settings\Gulshan Nihalani\Application Data\npm\node_modules\mem
watch>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\nod
e_modules\node-gyp\bin\node-gyp.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT
HON env variable.
gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\nod
e_modules\node-gyp\lib\configure.js:101:14)
gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node
-gyp\lib\configure.js:64:11
gyp ERR! stack at Object.oncomplete (fs.js:107:15)
gyp ERR! System Windows_NT 5.1.2600
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Documents and Settings\Gulshan Nihalani\Application Data\npm\nod
e_modules\memwatch
gyp ERR! node -v v0.10.23
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the memwatch package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls memwatch
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 5.1.2600
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "memwatch"
npm ERR! cwd C:\Documents and Settings\Gulshan Nihalani
npm ERR! node -v v0.10.23
npm ERR! npm -v 1.3.17
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Documents and Settings\Gulshan Nihalani\npm-debug.log
npm ERR! not ok code 0

C:\Documents and Settings\Gulshan Nihalani>npm owner ls memwatch
npm http GET https://registry.npmjs.org/memwatch
npm http 304 https://registry.npmjs.org/memwatch
lloyd [email protected]

@deepak1556
Copy link

node-gyp couldnt find the path to python bin, setting the environment variable should solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants