Topic: MDB Unreadable or Not Found Error
Gaurav Umrani
free
asked 5 years ago
o followed the quickstart 5 min tutorial Here
Whenver i am trying to import latest mdb angular bootstrap in angular.cli.json it gives below error
Module build failed:
@import "mdb/free/data/prefixer";
^
File to import not found or unreadable: mdb/free/data/prefixer.
my angular.cli.josn
"styles": [
"../node_modules/angular-bootstrap-md/scss/mdb.scss",
"../node_modules/font-awesome/scss/font-awesome.scss",
"./styles.scss"
],
"scripts": [
"../node_modules/chart.js/dist/Chart.js",
"../node_modules/easy-pie-chart/dist/easypiechart.js",
"../node_modules/screenfull/dist/screenfull.js"],
my styles.scss
@import "../node_modules/bootstrap/scss/bootstrap.scss";
Add comment
Edyta Dabrowska
free
answered 5 years ago
Hello,
The package is now updated. Please type
npm update
. And check @import paths according to our instruction in quickstart or github repository.
Let me know if this helps or not.
Regards,
Lawford Campbell
pro
answered 5 years ago
Im getting the same error I checked the downloaded files and there is is mdb/free folder but the data folder is there
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes