Skip to content
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 install electron-cookies. #15

Open
shockthetoast opened this issue Mar 25, 2019 · 3 comments
Open

Can't install electron-cookies. #15

shockthetoast opened this issue Mar 25, 2019 · 3 comments

Comments

@shockthetoast
Copy link

shockthetoast commented Mar 25, 2019

I've tried installing via three different methods, and each produce the same errors:

  • Following the instructions and manually adding "electron-cookies" : "heap/electron-cookies" to the package.json. Then running npm install (not in the original instructions).
  • Installing the original electron-cookies via npm install electron-cookies, modififying the package.json, then doing npm update electron-cookies.
  • Installing directly with npm install heap/electron-cookies

All methods result in this:

npm ERR! path git
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn git
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/heap/electron-cookies.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
...

I'm at a loss as to what I'm missing. In there no way to install at the moment?

@stuartambient
Copy link

Just posting a confirmation on the above. Running Electron 7.x and the install is a no go.

@vpzomtrrfrt
Copy link

That error looks like you don't have git installed

@shockthetoast
Copy link
Author

That error looks like you don't have git installed

This was 4 years ago, and we ended up using a different package, so I don't know if the issue still exists in this package. But I can guarantee git was installed. And I was installing other packages fine, only this one reported an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants