简体   繁体   中英

Error on installing Zombie package in nodejs

My requirements is to scrape the third party https websites by posting the details. Like clicking the button using nodejs.

I found that client side event handling can be achieved by using Zombie package in node. I have followed the steps in https://www.npmjs.org/package/zombie

By existing the command "npm install zombie" I am getting the below error, where i could not install the Zombie package successfully.

Any suggestion on this,,,,,,,,,,

npm http GET https://registry.npmjs.org/zombie
npm http 304 https://registry.npmjs.org/zombie
npm http GET https://registry.npmjs.org/eventsource
npm http GET https://registry.npmjs.org/encoding
npm http GET https://registry.npmjs.org/jsdom
npm http GET https://registry.npmjs.org/html5
npm http GET https://registry.npmjs.org/q
npm http GET https://registry.npmjs.org/ms
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/ws
npm http GET https://registry.npmjs.org/mime
npm http GET https://registry.npmjs.org/tough-cookie
npm http 200 https://registry.npmjs.org/eventsource
npm http GET https://registry.npmjs.org/eventsource/-/eventsource-0.0.10.tgz
npm http 200 https://registry.npmjs.org/encoding
npm http GET https://registry.npmjs.org/encoding/-/encoding-0.1.7.tgz
npm http 200 https://registry.npmjs.org/ms
npm http GET https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
npm http 304 https://registry.npmjs.org/request
.
.
.
.
.
npm http GET https://registry.npmjs.org/readable-stream
npm http GET https://registry.npmjs.org/entities
npm http GET https://registry.npmjs.org/domhandler
npm http GET 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 this Installing the python version 2.7.3 . Be sure you have the correct environment path.

Follow this link for more details. This link has more details how to set it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM