Ether-CLI/Ether

Cannot run ether search

ScottRobbins opened this issue · 1 comments

Am getting this error:

$ ether search vapor
Searching [   •                     ]
Usage: ether search <name> [--max-results]

Searches for availible packages.

Arguments:
         name The name of the package to search for.

Options:
  max-results The maximum number of results that will be returned.
              This defaults to 20.
Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “config.json” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/scottrobbins/Library/Application Support/Ether/config.json, NSUnderlyingError=0x7fcf06107b60 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

I had installed from home-brew

I can't fix this right now, but you can temporarily fix it by creating the missing file.

mkdir -p ~/Library/Application\ Support/Ether/Templates
touch ~/Library/Application\ Support/Ether/config.json

Sent with GitHawk