Skip to content

Can't install electron-cookies. #15

@shockthetoast

Description

@shockthetoast

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://git@github.com/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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions