-
Notifications
You must be signed in to change notification settings - Fork 65
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
FATA[0000] Failed to start go bin due to: ERROR: chdir ...: no such file or directory OUTPUT #65
Comments
hey are you trying to run a compiled binary? if so add true at the end, hopefully this saves you the three hours i spent trying to figure it out ❤️ |
The below steps worked for me.
go get github.com/struCoder/pmgo
mv /root/test $HOME/src
Hope it works for you too. |
not at all working |
Another way it worked for me. My env values $GOPATH = /home/joe/go please make sure that you the below set
whenever we type the command
it seems to try to find my_project dir inside $HOME/go/src Download and build pmgo
Copying our source code to appropriate dir so that pmgo can find it. Now that we have pmgo installed we need to copy your source code to /home/joe/go/src
Done. |
Hi, I'm Currently switching from Node's pm2 to pmgo. It seems obviously named after pm2 but seems to work differently.
I installed it the second way described in the readme.
When I then exactly follow what's written in the readme:
Also without the leading slash, ablsolute, relative path, whatever, I get following error message and wrongly changed path which I didn't specify:
To any path "/src" prefix is added, anybody an idea what is going on?
The text was updated successfully, but these errors were encountered: