Currently can't get the apm command to work with cygwin, below is what I've been trying to do apm --version and getting these errors:
/cygdrive/c/Users/Nat/AppData/Local/atom/bin/../app-1.3.2/resources/cli/apm.sh: line 2: $'\r': command not found
/cygdrive/c/Users/Nat/AppData/Local/atom/bin/../app-1.3.2/resources/cli/apm.sh: line 4: /cygdrive/c//../app/apm/bin/node.exe: No such file or directoryrces/cli
I also made sure to add the location of the apm and atom cmd to my path variable but it is still not working. Currently trying this on windows 7 using cygwin64 terminal.
EDIT:
For some reason it works on windows cmd but not cygwin not sure what the difference could be that is making it so it won't work on cygwin but will on cmd.