forked from hstove/electron-cookies
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 runningnpm install
(not in the original instructions). - Installing the original electron-cookies via
npm install electron-cookies
, modififying the package.json, then doingnpm 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
Labels
No labels