Why does bower not seem to install the missing dependencies with `bower install`? -


i'm trying install ember-cli-foundation-sass in new ember-cli app. error:

$ ember server --proxy http://localhost:3000  missing bower packages: package: jquery   * specified: ^1.11.1   * installed: 2.1.4  run `bower install` install missing dependencies. 

i run bower install recommends, when start server, see same error message.

what can install jquery 1.11.1?

you can use bower install jquery!

bower install jquery 

...or if need install version, use

bower install http://code.jquery.com/jquery-<version>.min.js 

Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -