Help! I'm desperate....can't get this fixed. Error while building, see below.
ionic cordova:build platform android --debug
TypeError: Cannot read property 'private' of undefined
at inputs.filter (\node_modules\@ionic\cli-utils\dist\index.js:20826:31)
at Array.filter (native)
at BuildCommand.getCleanInputsForTelemetry (\node_modules\@ionic\cli-utils\dist\index.js:20825:18)
at BuildCommand. (\node_modules\@ionic\cli-utils\dist\index.js:20788:48)
at Generator.next ()
at fulfilled (\node_modules\@ionic\cli-utils\dist\index.js:20731:58)
I tried updating different items already:
npm install -g cordova@latest
ionic platform update android@6.1.2
npm install @ionic/app-scripts@latest --save-dev
please help! Can't get my app to production!
Question: has anyone had this problem before, and knows how to fix this?