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

Unable to setup node as nobled is not installed #102

Open
bmalepaty opened this issue Aug 30, 2023 · 5 comments
Open

Unable to setup node as nobled is not installed #102

bmalepaty opened this issue Aug 30, 2023 · 5 comments

Comments

@bmalepaty
Copy link

image
Go Version of 1.21.0 is installed.
Path Variables are set as per documentation
Make Install is succesfull, but nobled is not installed

@johnletey
Copy link
Member

Hey @bmalepaty 👋🏻 Thanks for opening this issue!

Could you please confirm if you have your Go path added?
In Zsh this looks something like: export PATH="$PATH:$(go env GOPATH)/bin"

@bmalepaty
Copy link
Author

Yes, Go is added to the Path Variable

image

All these too were executed
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin

@johnletey
Copy link
Member

You need $HOME/go/bin in your path, which it looks like it's not from the screenshot you provided.

@bmalepaty
Copy link
Author

Added that too - Still the same issue

image

@johnletey
Copy link
Member

Could you try to run make install without the sudo?

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

2 participants