-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bower:install fatal error #9
Comments
I went through all the installation instructions and ran into this issue as well. Anyone have any ideas? |
Yup. I got into the same issue too. |
same issue - any solutions found? |
The Gruntfile.js task for the bower installation causes the problem. A contribution towards a solution: Deactivate the bower installation task in the Gruntfile and run the bower installation manually; then grunt runs fine and produces the result in the Change 1 to Gruntfile.js: Deactivate bower installation task
Change 2 to Gruntfile.js: Deactivate removal of 'bower_components' directoryPart of
After
Manual installation with bowerAs the Gruntfile.js does now has a deactivated bower installation task run it manually before running
Running grunt is fine then
ResultThe result of the build is in the NeedFix the file The area to fix is
|
Thank you very much for the detailed solution. I should have posted earlier, but I actually found that updating to the latest version of bower in package.json solved this issue for me: "grunt-bower-task": "0.4.0" |
Great @laurahk , thanks. Worked for me too. |
Thanks, worked like a charm! |
The problem is just in NPM dependencies which are outdated; you have to update them to their latest to make the converter work correctly. |
@haythamdouaihy , @laurahk has a better solution, update the grunt-bower-task to 0.4.0 in the package.json |
There is a fatal error when I try to run
grunt
commandThe text was updated successfully, but these errors were encountered: