-
Notifications
You must be signed in to change notification settings - Fork 1.2k
grunt build error #898
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
Comments
EISDIR means Error IS DIRectory. Is |
Its the chart.js library (https://github.com/carlcraig/tc-angular-chartjs). There are files (i.e. dist) in the directory (dist/client/bower_components/Chart.js/dist/....). I don't know why grunt throws an error since it is a normal directory? |
it's because the Chart.js ends in .js and it thinks it's a javascript file, a solution would be to exclude it from the grunt tasks.
and something similar for usemin
|
Thanks @mariostesla . |
Ok thanks. I have posted it in the tc-angular-chartjs.min.js project. |
I am facing the same error with the library Filesaver.js (https://github.com/alferov/angular-file-saver) Warning: Unable to read "dist/public/bower_components/file-saver.js" file (Error code: EISDIR).� Use --force to continue. |
Hi,
I get the following error:
Running "rev:dist" (rev) task
dist/client/app/app.js >> 8551cad9.app.js
dist/client/app/vendor.js >> 0121d770.vendor.js
Warning: Unable to read "dist/client/bower_components/Chart.js" file (Error code: EISDIR). Use --force to continue.
The bower component is there. Very strange. Can anybody pls help?
The text was updated successfully, but these errors were encountered: