How to install Parse CloudCode on Windows7 32bit?
we are developing android app using parse CloudCode
, we cannot install install CloudCode
on windows7 32bit using Cygwin terminal getting error on installer.sh command line
Please, where are we going wrong! We followed this video In this video its workable & we followed this installation of screenshots from here
+3
Naresh koppera
source
to share
1 answer
First you have to change DOS EOL (the \ r) of installer.sh
to Unix EOL using command dos2unix
or notepad ++ (Edit -> EOL conversion -> Unix format). And it looks like you don't have a curl.
0
Thronghar
source
to share