Open agrawalr opened 11 years ago
I am trying to build the project in Windows according to the instructions provided.
Spawn was not working and throwing errors in events.js , so i did some searches and git suggests to replace spawn with exec .
But when i run the command "cake build" (after changing spawn with exec) all i does is print next line as coffee>
and get stuck and do nothing.
Any help will be appreciated.
I am trying to build the project in Windows according to the instructions provided.
Spawn was not working and throwing errors in events.js , so i did some searches and git suggests to replace spawn with exec .
But when i run the command "cake build" (after changing spawn with exec) all i does is print next line as coffee>
and get stuck and do nothing.
Any help will be appreciated.