zont / gulp-bower

MIT License
82 stars 22 forks source link

Interactive don't show the possibilities #58

Open Diliz opened 8 years ago

Diliz commented 8 years ago

Hey there, tried to do:

bower({ cwd: 'www/src/', cmd: 'install', interactive: true});

but if bower is not able to find a suitable version for a package it's just asking you to answer without giving the possible choices :/

Crevil commented 8 years ago

Can you post the conflicting packages with versions? I'll give it a look.

Crevil commented 8 years ago

Possibly this is solved with #57