安装-hiper-报错-记录

18次阅读

共计 315 个字符,预计需要花费 1 分钟才能阅读完成。

安装 hiper 执行命令

// 安装
sudo npm install hiper -g


// 报错
Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.

Puppeteer 安装失败

解决方法

npm config set puppeteer_download_host=https://npm.taobao.org/mirrors
npm uninstall hiper -g && npm install hiper -g
hiper baidu.com

解决方法: https://github.com/pod4g/hiper/issues/29

正文完
 0