I'm making my first steps with AngularJS , and I try to create a project using Yeoman. I installed yeoman, bower, grunt, angular-generator .
But I get the following error when I use the command grunt after using yo angular myApp :
Running "wiredep:app" (wiredep) task Warning: Error: Cannot find where you keep your Bower packages. Use --force to continue.
After some researches I found that I should edit my Gruntfile.js file to change the cwd parameter, but I couldn't understand how.
yo doctor tells me that everything is fine with Yeoman.
I am using Windows 10, I tried to run it in a virtual machine with Ubuntu 16.04, and got the exact same error :(
Tell me if you need more details !