Puppeteer 在导入期间抛出错误:“原始”参数必须是 Function | 类型下一个 Js

问题描述 投票:0回答:1

我正在尝试在我的下一个 SSR js 项目中使用 Puppeteer。我需要解析html字符串并修改它。

在尝试导入 puppeteer 时,我收到此错误:

“原始”参数必须是 Function 类型

节点版本:14

我尝试过其他解析库,如 jsdom(由于 ShareArrayBuffer 问题而不起作用),寻找 puppeteer 的解决方案。

Uncaught TypeError: The "original" argument must be of type Function
    at promisify (util.js?3022:614)
    at eval (index.js?6b55:11)
    at Object../node_modules/extract-zip/index.js (index.js?ts=1630396319822:1981)
    at Object.options.factory (webpack.js?ts=1630396319822:675)
    at __webpack_require__ (webpack.js?ts=1630396319822:37)
    at fn (webpack.js?ts=1630396319822:353)
    at eval (BrowserFetcher.js?aafb:48)
next.js puppeteer server-side-rendering domparser
1个回答
0
投票

不好意思,我也遇到过这个问题 节点版本:16.17.0 傀儡师版本:18.1.0 问题最后是怎么解决的

© www.soinside.com 2019 - 2024. All rights reserved.