Impossible to upload a new snapshot with : ionic upload
TypeError: Cannot read property 'includes' of undefined
Same here ... with any command:
TypeError: Cannot read property 'includes' of undefined
at getReleaseChannelName (/usr/local/lib/node_modules/ionic/node_modules/@ionic/cli-utils/dist/lib/plugins.js:187:16)
at Object.<anonymous> (/usr/local/lib/node_modules/ionic/node_modules/@ionic/cli-utils/dist/lib/plugins.js:159:33)
at Generator.next (<anonymous>)
at fulfilled (/usr/local/lib/node_modules/ionic/node_modules/@ionic/cli-utils/dist/lib/plugins.js:4:58)
@ThomasKientz @jorgjanke Please update your plugins.
For Ionic Angular:
npm i --save-dev @ionic/cli-plugin-cordova@beta @ionic/cli-plugin-ionic-angular@beta
For Ionic 1:
npm i --save-dev @ionic/cli-plugin-cordova@beta @ionic/cli-plugin-ionic1@beta
Thanks! - works! - might be sensible to add it to the changelog / upgrade doc.
Couldn't this even be automated? If plugin is missing, tell the user and ask him if he wants to install it. Would improve the upgrade experience by miles!
@jorgjanke 馃嵒
The notification will be automatic going forward. See https://twitter.com/mhartington/status/857039470943764482
Most helpful comment
@ThomasKientz @jorgjanke Please update your plugins.
For Ionic Angular:
For Ionic 1: