MrHakala commented on issue #584: Error validating project name. Project name 
must not begin with a number.
URL: https://github.com/apache/cordova-android/issues/584#issuecomment-532370358
 
 
   Similar to @rrlevy we didn't have this problem when our app was published. 
Currently stuck with [email protected] and cordova-android@~8.0.0 as these do not 
restrict the project name.
   
   Also for anyone using Ionic AppFlow. This requires a separate 
cordovaOverride script:
   ```
   #!/bin/bash
   set -o errexit #exit with error code if something goes wrong.
   if [ -z ${CI_APP_NAME} ]; then
   echo "Not in Appflow skipping cordova hack";
   else
   echo "In Appflow...using [email protected]"
   npm uninstall -g @ionic-enterprise/cordova
   npm install -g [email protected]
   fi
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to