Make error
#2383
Replies: 2 comments
-
there are two thing you probably could check:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Try to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am building hyperledger fabric on my local machine using $make command. I have installed and set the path for GO. yet I still get an error.
ll files are excluded from having license headers
Building github.com/client9/misspell/cmd/misspell -> misspell
Checking changed go files for spelling errors ...
xargs: misspell: No such file or directory
spell checker passed
Checking for go:generate parent path references
Checking trailing spaces ...
DEP: Checking for dependency issues..
./scripts/check_deps.sh
Building golang.org/x/tools/cmd/goimports -> goimports
Building mvdan.cc/gofumpt -> gofumpt
Building honnef.co/go/tools/cmd/staticcheck -> staticcheck
LINT: Running code checks..
./scripts/golinter.sh
Checking with goimports
./scripts/golinter.sh: line 19: goimports: command not found
make: *** [Makefile:179: linter] Error 127
Beta Was this translation helpful? Give feedback.
All reactions