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

Failure building #8

Open
mfateev opened this issue Jan 7, 2020 · 2 comments
Open

Failure building #8

mfateev opened this issue Jan 7, 2020 · 2 comments

Comments

@mfateev
Copy link

mfateev commented Jan 7, 2020

maxpro:states-language-cadence maxim$ make
rm -fR "bin/*"
rm -fR "gen/*"
go build -mod vendor -o bin  ./...
build go.uber.org/cadence/activity: cannot load go.uber.org/cadence/activity: open /Users/maxim/cadence/states-language-cadence/vendor/go.uber.org/cadence/activity: no such file or directory
build go.uber.org/cadence/workflow: cannot load go.uber.org/cadence/workflow: open /Users/maxim/cadence/states-language-cadence/vendor/go.uber.org/cadence/workflow: no such file or directory
build go.uber.org/cadence/worker: cannot load go.uber.org/cadence/worker: open /Users/maxim/cadence/states-language-cadence/vendor/go.uber.org/cadence/worker: no such file or directory
build github.com/joho/godotenv: cannot load github.com/joho/godotenv: open /Users/maxim/cadence/states-language-cadence/vendor/github.com/joho/godotenv: no such file or directory
build go.uber.org/zap: cannot load go.uber.org/zap: open /Users/maxim/cadence/states-language-cadence/vendor/go.uber.org/zap: no such file or directory
make: *** [build-all] Error 1

Im running macOS Mojave 10.14.6

@mfateev
Copy link
Author

mfateev commented Jan 7, 2020

Running go mod vendor before make fixes it.

@mfateev
Copy link
Author

mfateev commented Jan 7, 2020

Also had to install the linter:

brew install golangci/tap/golangci-lint

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

No branches or pull requests

1 participant