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

ignite c serve fails when $(go env GOPATH)/bin is not in $PATH #2981

Closed
fadeev opened this issue Oct 21, 2022 · 0 comments · Fixed by #2985
Closed

ignite c serve fails when $(go env GOPATH)/bin is not in $PATH #2981

fadeev opened this issue Oct 21, 2022 · 0 comments · Fixed by #2985
Assignees
Labels
component:cli-serve Related to Ignite serve. type:error Something isn't working

Comments

@fadeev
Copy link
Contributor

fadeev commented Oct 21, 2022

It used to be that you didn't need to set the $PATH to get ignite c serve to work. In v0.25.1 it's throwing an error when the $PATH is not set properly.

~/example ignite c serve -r
Cosmos SDK's version is: stargate - v0.46.3

🔄 Resetting the app state...
🛠  Building proto...
📦 Installing dependencies...
🛠  Building the blockchain...
💿 Initializing the app...
: exec: "exampled": executable file not found in $PATH
~/example ignite version
Ignite CLI version:	v0.25.1
Ignite CLI build date:	2022-10-20T15:52:00Z
Ignite CLI source hash:	cc393a9b59a8792b256432fafb472e5ac0738f7c
Cosmos SDK version:	v0.46.3
Your OS:		darwin
Your arch:		arm64
Your Node.js version:	v16.17.0
Your go version:	go version go1.18.3 darwin/arm64
Your uname -a:		Darwin Deniss-MBP.homenet.telecomitalia.it 22.1.0 Darwin Kernel Version 22.1.0: Mon Aug 29 20:11:49 PDT 2022; root:xnu-8792.40.74.0.1~20/RELEASE_ARM64_T6000 arm64
Your cwd:		/Users/fadeev/example
Is on Gitpod:		false
@fadeev fadeev added the component:cli-serve Related to Ignite serve. label Oct 21, 2022
@fadeev fadeev changed the title ignite c serve fails when GOPATH bin is not in PATH ignite c serve fails when $(go env GOPATH)/bin is not in $PATH` Oct 21, 2022
@fadeev fadeev changed the title ignite c serve fails when $(go env GOPATH)/bin is not in $PATH` ignite c serve fails when $(go env GOPATH)/bin is not in $PATH Oct 21, 2022
@jeronimoalbi jeronimoalbi self-assigned this Oct 22, 2022
@jeronimoalbi jeronimoalbi added the type:error Something isn't working label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli-serve Related to Ignite serve. type:error Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants