apm icon indicating copy to clipboard operation
apm copied to clipboard

Unrecognized command: start

Open csrgxtu opened this issue 8 years ago • 1 comments

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

csrgxtu avatar Nov 04 '16 06:11 csrgxtu

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.

MateusDantas avatar Nov 04 '16 13:11 MateusDantas