go-watcher icon indicating copy to clipboard operation
go-watcher copied to clipboard

Cannot use watcher in MacOS Mojave

Open leandroluk opened this issue 5 years ago • 2 comments

Hello, first of all, I'm sorry for my English, I had help from Google Translator ... rsrs

I'm trying to use your library on MacOS Mojave. For this I followed exactly as it is in README.md:

  • I installed the package through the command: go get github.com/canthefason/go-watcher
  • I installed the binary through the go install github.com/canthefason/go-watcher/cmd/watcher command

But even so it was not possible to run the watcher command on the terminal.

Could you help me, please?

leandroluk avatar Mar 27 '19 01:03 leandroluk

It sounds like watcher might not be in your $PATH. Did you double check that?

sneakycrowllc avatar Apr 17 '19 11:04 sneakycrowllc

I'm running it MacOS Mojave perfectly fine. Latest version 10.14.4.

You might not have your Go $PATH properly configured on bash and if you're using zsh, that too.

Inconnu08 avatar May 10 '19 10:05 Inconnu08