Tôi đang cố gắng cài đặt PhantomJS 1.8.1-3 trên các cửa sổ qua npm. Nó dường như thất bại bất kể những gì tôi làm. Dưới đây là các lệnh Tôi đang chạy:Cài đặt Windows của PhantomJS không thành công
npm install phantomjs
Sau khi thực hiện lệnh đó, nó không thành công với các lỗi sau đây:
> [email protected] install c:\johnprojects\tablet\htdocs\mini-app-sandbox\node_
modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phanto
mjs
> node install.js
Requesting c:\johnprojects\tablet\htdocs\mini-app-sandbox\node_modules\grunt-con
trib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\tmp\phantomjs
-1.8.1-windows.zip
events.js:71
throw arguments[1]; // Unhandled 'error' event
^
Error: connect ECONNREFUSED
at errnoException (net.js:770:11)
at Object.afterConnect [as oncomplete] (net.js:761:19)
npm ERR! [email protected] install: `node install.js`
npm ERR! `cmd "/c" "node install.js"` failed with 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\\Program Files (x86)\\nodejs\\node.exe" "c:\\Program Files
(x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "grunt-contrib-quni
t" "--save-dev"
npm ERR! cwd c:\johnprojects\tablet\htdocs\mini-app-sandbox
npm ERR! node -v v0.8.21
npm ERR! npm -v 1.1.32
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] install: `node install.js`
npm ERR! message `cmd "/c" "node install.js"` failed with 1
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\johnprojects\tablet\htdocs\mini-app-sandbox\npm-debug.log
npm ERR! not ok code 0
Tôi gặp vấn đề tương tự với 1.8.2; tải xuống zip và giải nén nó cho tôi biết crc cho phantomjs.exe không hợp lệ; đây là nhật ký npm của tôi: https://gist.github.com/ToJans/5169008 – Tom
Với phiên bản 1.9.7-6, một lỗi có thể khác là 'Lỗi yêu cầu lưu trữ. Trạng thái: 403'. Cách giải quyết tương tự như được mô tả trong câu trả lời của @ashnazg. – Saul