Thanks to Lemol, problem solved. steps for reviewing: 1> get contextify downloaded from github && unzip to node_modules folder 2> npm rm jsdom <--- this step may be important 3> npm install jsdom 4> npm list
--- Sanji 2012/3/7 Lemol Lutonda <[email protected]> > > Last week i was having this problem too, but i just downloaded contextify > from github and save in node_modules folder and `npm install jsdom´ again > and the problem was solved! > > > Atenciosamente, > > Leza Morais Lutonda, Lemol-C > http://lemolsoft.webs.com > http://github.com/lemol > @lemolsoft on twitter > > > -----Mensaje original----- > > From: zsjforcn > > Sent: Wednesday, March 07, 2012 4:36 AM > > To: nodejs > > Subject: [nodejs] nodejs on windows ERROR when install JSDOM due to > > "node-waf" > > > >> [email protected] preinstall C:\Program > >> Files\nodejs\node_modules\jsdom\node_mo > > dules\contextify > >> node-waf clean || (exit 0); node-waf configure build > > > > ´Ëʱ²»Ó¦ÓÐ node-waf¡£ > > npm ERR! error installing [email protected] > > npm ERR! error installing [email protected] > > npm ERR! error rolling back [email protected] Error: UNKNOWN, unknown error > > 'C:\Progr > > am Files\nodejs\node_modules\jsdom\node_modules\___request.npm\package > > \tests\ssl > > \ca' > > > > npm ERR! [email protected] preinstall: `node-waf clean || (exit 0); > > node-waf conf > > igure build` > > npm ERR! `cmd "/c" "node-waf clean || (exit 0); node-waf configure > > build"` faile > > d with 1 > > npm ERR! > > npm ERR! Failed at the [email protected] preinstall script. > > npm ERR! This is most likely a problem with the contextify package, > > npm ERR! not with npm itself. > > npm ERR! Tell the author that this fails on your system: > > npm ERR! node-waf clean || (exit 0); node-waf configure build > > npm ERR! You can get their info via: > > npm ERR! npm owner ls contextify > > npm ERR! There is likely additional logging output above. > > npm ERR! > > npm ERR! System Windows_NT 6.1.7600 > > npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program > > Files\\nod > > ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "jsdom" > > npm ERR! cwd C:\Program Files\nodejs > > npm ERR! node -v v0.6.12 > > npm ERR! npm -v 1.1.4 > > npm ERR! code ELIFECYCLE > > npm ERR! message [email protected] preinstall: `node-waf clean || (exit > > 0); node- > > waf configure build` > > npm ERR! message `cmd "/c" "node-waf clean || (exit 0); node-waf > > configure build > > "` failed with 1 > > npm ERR! errno {} > > > > npm ERR! Error: ENOENT, no such file or directory 'C:\Program Files > > \nodejs\node_ > > modules\jsdom\node_modules\___request.npm\package\tests\ssl\ca\ca.csr' > > npm ERR! You may report this log at: > > npm ERR! <http://github.com/isaacs/npm/issues> > > npm ERR! or email it to: > > npm ERR! <[email protected]> > > npm ERR! > > npm ERR! System Windows_NT 6.1.7600 > > npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program > > Files\\nod > > ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "jsdom" > > npm ERR! cwd C:\Program Files\nodejs > > npm ERR! node -v v0.6.12 > > npm ERR! npm -v 1.1.4 > > npm ERR! path C:\Program Files\nodejs\node_modules\jsdom\node_modules > > \___request > > .npm\package\tests\ssl\ca\ca.csr > > npm ERR! fstream_path C:\Program Files\nodejs\node_modules\jsdom > > \node_modules\__ > > _request.npm\package\tests\ssl\ca\ca.csr > > npm ERR! fstream_type File > > npm ERR! fstream_class FileWriter > > npm ERR! code ENOENT > > npm ERR! message ENOENT, no such file or directory 'C:\Program Files > > \nodejs\node > > _modules\jsdom\node_modules\___request.npm\package\tests\ssl\ca > > \ca.csr' > > npm ERR! errno {} > > npm ERR! fstream_stack Object.oncomplete (C:\Program Files\nodejs > > \node_modules\n > > pm\node_modules\tar\node_modules\fstream\lib\writer.js:204:26) > > npm ERR! > > npm ERR! Additional logging details can be found in: > > npm ERR! C:\Program Files\nodejs\npm-debug.log > > npm not ok > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > > > > > > Lemol-C > ...não paro até chegar lá... > > Participe en la XVI Convención de Ingeniería y Arquitectura > del 26 al 30 de noviembre de 2012. > Habana, Cuba: http://www.congresouniversidad.cu > Consulte la enciclopedia colaborativa cubana. http://www.ecured.cu > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
