在Windows上使用NPM安装PhantomJS 2失败

用户141350

我正在尝试为需要突变观察者支持的项目安装PhantomJS 2。当我使用以下命令时:

npm install phantomjs2 --save-dev

我收到以下错误:

Unexpected platform or architecture: win32 x64
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the phantomjs2 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 phantomjs2
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodej
s\\node_modules\\npm\\bin\\npm-cli.js" "install" "phantomjs2" "--save-dev"
npm ERR! cwd g:\Web\GitHub\pet
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     g:\Web\GitHub\pet\npm-debug.log
npm ERR! not ok code 0

我正在使用64位Windows7。我的平台仅不支持PhantomJS 2吗?

Artjom B.

是的,该软件包当前不支持在Windows上安装PhantomJS 2。只需从官方页面下载它,然后将exe放在PATH中的目录中即可。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章