I get the following error when trying to use ionic to build a package.
I have a key upload in a profile called build
$ ionic package build android --profile build
:heavy_check_mark: Retrieving security profile build - done!
TypeError: Cannot read property 'length' of undefined
I have remove node_modules
, updated to the latest versions of all the packages in package.json
, and then reinstalled the node modules. No dice.
Please, someone, help?