Here are the steps I did:
{
"config": {
"path": {
"src": "../metronic-src"
},
"dist": [
"../dist/metronic-assets"
]
}
}
Error in plugin "sass" Message: ..\metronic-src\sass\components\components.scss Error: join(null, "..\..\..\..\tools\node_modules\bootstrap\scss\bootstrap"): part 0 was null, but part 1 was not. ╷ 9 │ @import "../../../../tools/node_modules/bootstrap/scss/bootstrap"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ ..\metronic-src\sass\components\components.scss 9:9 @import ..\metronic-src\sass\style.bundle.css 9:9 root stylesheet E:\Projects\REA2Frontend\rea2-frontend\metronic-tools\node_modules\sass\sass.dart.js:5272 throw error; ^
Some hints:
I think this is issue with scss paths since I removed 1 folder nesting from gulp.config.json, this should be configurable, but the config I have is different from config from documentation so I am confused there, original config looks like this:
{ "config": { "path": { "src": "../{demo}/src" }, "dist": [ "../{demo}/dist/assets" ] } }
Printable quotes are a fantastic way to add a touch of inspiration and motivation to your surroundings. Whether you're looking to decorate your workspace, bedroom, or any other area, printable quotes offer a simple yet impactful way to infuse positivity into your environment.
<a href= quotes</a>
<a href= elkonin boxes printable</a>
<a href= free printable elkonin boxes</a>
Hi RafaÅ,
Great to hear that you were able to find the issue and resolve it. Thank you for sharing the solution with us.
If you have any further questions or concerns, please don't hesitate to reach out to us.
Regarding the editing issue you experienced, please note that there is a time limit to edit posts after they have been submitted. Once this time limit has elapsed, users are no longer able to edit their posts.
If you need to make changes or clarify something in your post, you can either create a new post or add a new reply.
Please let us know if you have any further questions or concerns.
Thanks for reaching out.
Thanks
Ok, I found the issue:
@import "../../../metronic-tools/node_modules/bootstrap/scss/bootstrap";