gpt4 book ai didi

npm安装错误在phantomjs@1.9.12安装脚本处失败

转载 作者:行者123 更新时间:2023-12-04 05:04:16 29 4
gpt4 key购买 nike

我在尝试执行npm install时遇到此错误...我被这种情况袭击了将近4天...请有人可以帮帮我...

npm ERR! Windows_NT 6.1.7601  
npm ERR! argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Users\\Username\\AppData\\Roaming\\npm\\node_modules\\n pm\\bin\\npm-cli.js" "install"
npm ERR! node v0.10.33
npm ERR! npm v2.1.5
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! phantomjs@1.9.12 install: `node install.js`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the phantomjs@1.9.12 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.

最佳答案

我在Windows上遇到了完全相同的问题。要解决此问题,我采取了以下步骤:

  • 通过下载和解压缩在本地安装最新版本的phantomjs(当前为phantomjs-1.9.8-windows)。我以前的版本与phantomjs npm软件包不兼容。
  • 更新您的环境变量以指向phantomjs.exe的最新版本(PHANTOMJS_HOME)。
  • 退出并重新启动Windows提示符或shell以识别变量。
  • 现在,使用npm install或确切地说是npm install phantomjs@1.9.12应该可以正常工作。

  • 您可以使用git bash shell或命令提示符中的 where phantomjsphantomjs -v测试本地phantomjs可执行文件的安装。

    关于npm安装错误在phantomjs@1.9.12安装脚本处失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26645207/

    29 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com