generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

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

Open sejr opened this issue 8 years ago • 5 comments

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

sejr avatar Jun 24 '16 18:06 sejr

👍

krcgk avatar Jun 29 '16 09:06 krcgk

+1

andreaslarssen avatar Jun 30 '16 11:06 andreaslarssen

Affecting me as well on Windows 7.

sjwoodard avatar Jun 30 '16 17:06 sjwoodard

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

sejr avatar Jun 30 '16 17:06 sejr

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.

baweaver avatar Jul 28 '16 22:07 baweaver