-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Task 'wiredep' is not in your gulpfile #1350
Comments
having the same issue. when running yo angular im getting hung up in the installation at this missing task. |
To resolve this I had to make a few changes to the After making these changes I ran |
Btw, it looks like there already is a pull request (#1247) that will resolve this problem! |
Why isn't this merged yet? |
|
This one did the trick for me
|
Everytime I create an angular project using yeoman, I have to install so many dependencies which go unfound when running |
Generator fails with:
It seems the generator is trying to run the wiredep task, but in my gulpfile.js wiredep is not a task but a plugin import which gets used by the bower task:
The text was updated successfully, but these errors were encountered: