yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3 #1336

Open sejr opened 8 years ago

sejr commented 8 years ago

This is preventing me from running grunt successfully in a fresh, unmodified project.

OS X 10.11.5 Fresh versions of Node and NPM as well

krcgk commented 8 years ago

👍

andreaslarssen commented 8 years ago

+1

sjwoodard commented 8 years ago

Affecting me as well on Windows 7.

sejr commented 8 years ago

For those experiencing issues above, I resolved this by adding jQuery v2.2.4 to my project's bower.json file.

baweaver commented 8 years ago

While resolving this issue is all well and good with a patch, it needs to work out of box. I'll look into getting a PR for this out later.

It also breaks on various other things on newer versions of node. Generators like this need to be as simple as run and done.