I am using the following command
sudo cordova create helloworld com.helloworld Hello World
above command is not working because in the third argument (Hello World) there is space involved...so it is giving
Error: Unexpected token Y
As third argument is display name of app. i want to have the space in the title of the app.