fredguile / ng2-md-datatable

Angular 5+ DataTable component for using with Material Design 2
https://www.npmjs.com/package/ng2-md-datatable
MIT License
38 stars 13 forks source link

Compilation failed #51

Closed zengxiaoling closed 7 years ago

zengxiaoling commented 7 years ago

Error: Compilation failed; Resource file not found: .... node_modules/ng2-md-datatable/mixins

but actually _mixins.sass is not mixins

fredguile commented 7 years ago

I'd say someone already reported that once, and it was due to a wrong release of node-sass if I remember well...

_mixins.sass do contain mixins and remember that with SASS we can import that without specifying the trailing underscore.

Since both the lib and the demo-app contain a package-lock.json, do you think it's worth retrying getting all dependencies using NPM >=5? You would them use the same versions as the time I compiled the whole thing...

fredguile commented 7 years ago

any outcome here or shall I close the ticket?

zengxiaoling commented 7 years ago

yes, you can.

fredguile commented 7 years ago

cool, I hope you finally got it to compile