gpt4 book ai didi

node.js - 你没有安装 'phantomjs'

转载 作者:搜寻专家 更新时间:2023-10-31 23:00:43 25 4
gpt4 key购买 nike

我确实安装了 PhantomJS,但是当我运行我的 Node.js 代码时出现错误(您没有安装“phantomjs”):

var modules = '/home/engine/node_modules/';

var path = require('path');
var childProcess = require('child_process');
var phantom = require(modules+'phantom');
var binPath = phantom.path;

phantom.create(function(browser){ // Error happens here I think because the module is found
// browser.createPage(function (page){});
});

如果在 console.log binPath 中我得到未定义。

但是在 PuTTY 中,如果我:

cd ~/phantomjs/
[root@engine phantomjs]# bin/phantomjs
phantomjs>

我是不是安装错地方了?

最佳答案

我在我的 macOS 上也遇到了这个错误,所以这个命令可以解决问题。

brew install phantomjs

编辑:phantomjs 被转移到 Cask。所以在 2019 年运行:

brew cask install phantomjs

关于node.js - 你没有安装 'phantomjs',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28566897/

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