gpt4 book ai didi

node.js - 无法安装 PhantomJS 以在 Node.js 中使用

转载 作者:太空宇宙 更新时间:2023-11-04 02:47:19 25 4
gpt4 key购买 nike

这是整个交易......至少是我能看到的部分。我安装了几个 npm 软件包,它们都可以工作,除了 phantomjs (不是 phantom)。这是整个交易...至少是我能看到的部分。

> npm install phantomjs
\
> phantomjs@1.9.18 install C:\server\nodejs\node_modules\phantomjs
> node install.js

'node' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\server\\nodejs\\\\node.exe" "C:\\server\\nodejs \\node_modules\\npm\\bin\\npm-cli.js" "install" "phantomjs"
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code ELIFECYCLE

npm ERR! phantomjs@1.9.18 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.18 install script 'node install.js'.
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! Please include the following file with any support request:
npm ERR! C:\server\nodejs\npm-debug.log

nodemon(和 Node )命令适用于文件夹 C:\server\nodejs。其他软件包安装在此处并最终位于子文件夹中:C:\server\nodejs\node_modules。看起来该包正在尝试运行“node install.js”,但目录错误..

似乎我已经阅读了我能找到的所有内容,但几天后我不得不问:有人知道发生了什么事吗?

最佳答案

注意:有一个名为 phantomjs 的包和一个名为 phantom 的包。没有相同的包。主要的 phantomjs 是 phantomjs 包。 Phantom 是 phantomjs 的包装器,它创建了一个桥梁(简单地说:使 phantomjs 与 Nodejs 一起工作)。我安装了 phantom,以为我正在使用 phantomjs。要使用phantom,您必须先安装phantomjs。

关于node.js - 无法安装 PhantomJS 以在 Node.js 中使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33621171/

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