You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localhost:go-nebulas wangmengliang$ sudo make dep
dep ensure -v
/path/to/workspace/src/github.com/nebulasio/go-nebulas is not within a known GOPATH/src
make: *** [dep] Error 1
make build 错误
localhost:go-nebulas wangmengliang$ make build
cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=a7aaa0aaef2677038562356e1bbdccfb848d2fb4 -X main.branch=master -X main.compileAt=`date +%s`" -o ../../neb-a7aaa0aaef2677038562356e1bbdccfb848d2fb4
../../core/address.go:22:2: cannot find package "github.com/btcsuite/btcutil/base58" in any of:
······························
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
make dep 错误
make build 错误
The text was updated successfully, but these errors were encountered: