-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions in Ubuntu 18.04 does not work. #12
Comments
Hi. see #5 |
Changed the file as instructed: Now I get the following: hiper badu.com TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
(node:7179) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) |
I didn't hit that one with 18.04 and yarn. This issue suggest permission problems with pupeteer's bundled chromium. If you have chrome installed you could try launching hiper with the |
The problem has been solved, please upgrade hiper to run below to upgrade: npm i hiper -g thr pr: #21 |
@pod4g I get the following when I run your command: sudo npm i hiper -g
ERROR: Failed to download Chromium r564778! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. npm ERR! A complete log of this run can be found in: |
Hi,
Installed yarn and hiper:
yarn global add hiper
yarn global v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- hiper
Done in 0.38s.
Issue the following:
hiper badu.com
/usr/bin/env: ‘node --no-warnings’: No such file or directory
thanks for help in advance.
The text was updated successfully, but these errors were encountered: