Topic: Lightbox module not found
mehedee free asked 3 years ago
Expected behavior Compiling all scss Actual behavior Lightbox module is throwing error.
ERROR in ./resources/sass/mdb/scss/mdb-pro.scss Module build failed (from ./node_modules/css-loader/index.js): ModuleNotFoundError: Module not found: Error: Can't resolve './pro/img/lightbox/default-skin.png' in 'F:\install\www\Automotivescloud-global\resources\sass\mdb\scs s'
Resources (screenshots, code snippets etc.) In custom variable
$image-path: "../../img" !default;
this code has resolved max errors. Only Last error with lightbox.
My img and other scss path
resources/sass/mdb/img resources/sass/mdb/scss/pro resources/sass/mdb/scss/free
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 5.0.1
- Device: HP Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Krzysztof Wilk staff commented 3 years ago
Hi!
Is this space in your path intentional? I mean you have
'F:\install\www\Automotivescloud-global\resources\sass\mdb\scs s'
but it should be'F:\install\www\Automotivescloud-global\resources\sass\mdb\scss'
Best regards