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

github.com/howeyc/fsnotify #121

Open
JacksonTom opened this issue Aug 21, 2019 · 2 comments
Open

github.com/howeyc/fsnotify #121

JacksonTom opened this issue Aug 21, 2019 · 2 comments

Comments

@JacksonTom
Copy link

go get github.com/howeyc/fsnotify
before
go install github.com/wendal/gor/gor

@wendal
Copy link
Owner

wendal commented Aug 21, 2019

so ?

@runeimp
Copy link

runeimp commented Mar 26, 2020

@wendal the install fails on macOS 10.14 Mojave (and probably other systems as well) if you don't do the fsnotify install first. This needs to be added to the install docs.

The Error

$ go get -u github.com/wendal/gor
$ go install github.com/wendal/gor/gor
../.local/share/go/lib/src/github.com/wendal/gor/gor/gor.go:8:2: cannot find package "github.com/howeyc/fsnotify" in any of:
        /usr/local/Cellar/go/1.14/libexec/src/github.com/howeyc/fsnotify (from $GOROOT)
        /Users/runeimp/.local/share/go/lib/src/github.com/howeyc/fsnotify (from $GOPATH)

The Fix

$ go get -u github.com/wendal/gor
$ go get -u github.com/howeyc/fsnotify
$ go install github.com/wendal/gor/gor

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

No branches or pull requests

3 participants