Here are the steps I did:
1. I renamed folder src to metronic-src and tools to metronic-tools (to not mix it with my project). Also I moved them into my project.
2. I made necessary changes to gulp.config.json
{
"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;
^
{
"config": {
"path": {
"src": "../{demo}/src"
},
"dist": [
"../{demo}/dist/assets"
]
}
}
https://printaboles.com/
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=https://printaboles.com>Printable quotes</a>
<a href=https://printaboles.com> elkonin boxes printable</a>
<a href=https://printaboles.com> 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";