简体   繁体   English

在Node.js中安装Zombie软件包时出错

[英]Error on installing Zombie package in nodejs

My requirements is to scrape the third party https websites by posting the details. 我的要求是通过发布详细信息来刮擦第三方https网站。 Like clicking the button using nodejs. 就像使用nodejs单击按钮一样。

I found that client side event handling can be achieved by using Zombie package in node. 我发现可以通过在节点中使用Zombie包来实现客户端事件处理。 I have followed the steps in https://www.npmjs.org/package/zombie 我已按照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. 通过现有命令“ npm install zombie”,我收到以下错误,我无法成功安装Zombie软件包。

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) || ws@0.4.31安装D:\\ Selva \\ ManualNode \\ node_modules \\ zombie \\ node_modules \\ ws(node-gyp重建2> builderror.log)|| (exit 0) (0号出口)

I fixed this Installing the python version 2.7.3 . 我修复了安装python版本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. 此链接具有更多详细信息如何设置它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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