pod4g/hiper

ERROR: Failed to download Chromium r555668!

RicoLiu opened this issue · 3 comments

When i run npm install hiper -g, it has this error log:

ERROR: Failed to download Chromium r555668! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: read ECONNRESET
    at _errnoException (util.js:1022:11)
    at TLSWrap.onread (net.js:628:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }

How to fix it

This might give you a clue. Not sure if it's a solution.

puppeteer/puppeteer#2173

same issue here

Linux Mint 18.2
Node 10.0.0
Npm 6.0.1

if you are in Linux, you can use this command like this: sudo npm install hiper -g --save hiper --ignore-scripts.it can skip download Chromium.because of the GFW...