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

Unrecognized command: start #10

Open
csrgxtu opened this issue Nov 4, 2016 · 1 comment
Open

Unrecognized command: start #10

csrgxtu opened this issue Nov 4, 2016 · 1 comment

Comments

@csrgxtu
Copy link

csrgxtu commented Nov 4, 2016

i have a local repo named Durotan under GOPATH/src, and i do the following:

cd $GOPATH/src/Durotan

apm start Durotan

and got following:

Unrecognized command: start
@MateusDantas
Copy link
Contributor

Probably you have another binary with name 'apm' installed on your computer, because the "Unrecognized command:" message is not a part of APM responses.

If I were to guess, I'd say you have 'Atom' installed on your computer, because atom also has a binary 'apm' which outputs this exact same thing when you try to use a unknown command.

If that's the case, try to rename one of the binaries.

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