diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

grunt plugin:add uri error #239

Open NicholasXia opened 9 years ago

NicholasXia commented 9 years ago

tongshinjiedeiMac:yo_ionic tongshinjie$ grunt plugin:add:https://github.com/driftyco/ionic-plugins-keyboard.git Running "plugin:add:https://github.com/driftyco/ionic-plugins-keyboard.git" (plugin) task Warning: undefined is not a function Use --force to continue.

shankari commented 8 years ago

I ran into this as well. I suspect that the reason is that the : in the URI confuses grunt because it thinks that it is a command separator, i.e. plugin:add:https:....

I don't really know enough about grunt to figure out how to fix it, and this is a pretty serious bug, so I'm thinking of switching to pure ionic instead.