generator-angular
generator-angular copied to clipboard
Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3
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
👍
+1
Affecting me as well on Windows 7.
For those experiencing issues above, I resolved this by adding jQuery v2.2.4 to my project's bower.json
file.
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.