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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -