node.js - Error on installing Zombie package in nodejs -


my requirements scrape third party https websites posting details. clicking button using nodejs.

i found client side event handling can achieved using zombie package in node. have followed steps in https://www.npmjs.org/package/zombie

by existing command "npm install zombie" getting below error, not install zombie package successfully.

any suggestion on this,,,,,,,,,,

npm http https://registry.npmjs.org/zombie npm http 304 https://registry.npmjs.org/zombie npm http https://registry.npmjs.org/eventsource npm http https://registry.npmjs.org/encoding npm http https://registry.npmjs.org/jsdom npm http https://registry.npmjs.org/html5 npm http https://registry.npmjs.org/q npm http https://registry.npmjs.org/ms npm http https://registry.npmjs.org/request npm http https://registry.npmjs.org/ws npm http https://registry.npmjs.org/mime npm http https://registry.npmjs.org/tough-cookie npm http 200 https://registry.npmjs.org/eventsource npm http https://registry.npmjs.org/eventsource/-/eventsource-0.0.10.tgz npm http 200 https://registry.npmjs.org/encoding npm http https://registry.npmjs.org/encoding/-/encoding-0.1.7.tgz npm http 200 https://registry.npmjs.org/ms npm http https://registry.npmjs.org/ms/-/ms-0.6.2.tgz npm http 304 https://registry.npmjs.org/request . . . . . npm http https://registry.npmjs.org/readable-stream npm http https://registry.npmjs.org/entities npm http https://registry.npmjs.org/domhandler npm http https://registry.npmjs.org/domutils 

ws@0.4.31 install d:\selva\manualnode\node_modules\zombie\node_modules\ws (node-gyp rebuild 2> builderror.log) || (exit 0)

i fixed installing python version 2.7.3. sure have correct environment path.

follow this link more details. this link has more details how set it.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -