apm
apm copied to clipboard
Unrecognized command: start
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
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.