Hi, I'm using the Mendix PhoneGap Build app template to create a phonegap package for PGB. When running the command line npm run package, I get the error: missing script: package.
This error appears when trying the run the script commands configured in the package.json. I think this means one or more scripts fail to run. Then I'm not sure if it's one of the scripts, or the installation failed. Using version 1.2.0 of the template.
Any suggestions?
Edit: You need to run "npm run pgpackage" instead (pg for PhoneGap)