发布于 4年前

安装 hiper 报错 记录

安装 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

©2020 edoou.com   京ICP备16001874号-3