-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can't run 'npm install github:zoonru/puphpeteer' #9
Comments
Hi! Thanks for patience! Looks like we need to define https explictly in package.json: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#git-urls-as-dependencies |
Please try latest commit: f17060c |
I'm getting the same issue. npm install github:zoonru/puphpeteer npm ERR! A complete log of this run can be found in: |
Please try npm install git+https://github.com/zoonru/puphpeteer.git |
does not work for me
|
@dominx99 You need to install git. You can use this link to download tar directly from github without git: I will update repo |
For some reason, when running
npm install github:zoonru/puphpeteer
from a digitalocean droplet, I get:
Any ideas?
The text was updated successfully, but these errors were encountered: