Hi,I try to use metronic 8.2.0 for Django , but i can't build assets.With GULP :file:///C:/Users//starterkit/_keenthemes/tools/gulp/helpers.js:16import {glob} from "glob"; ^^^^SyntaxError: Named export 'glob' not found. The requested module 'glob' is a CommonJS module, wh...
got this errorfile:///Users/lutfikhoir/Documents/metronic_v8.1.8/html/tools/gulp/helpers.js:16import glob from "glob"; ^^^^SyntaxError: The requested module 'glob' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)...
hi, i have nodejs 16.20.0yarn and gulp installed globally.yarn install finished without any problem but gulp gives this error:57 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^after this, when i dotnet watch and try to navigate pages, only main page visible. when i...
Hello i have a problème, when i try to make "npm run build" i have this error "> keenthemes@1.0.0 build> webpackSource: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfony_demo1/themes/npm_version/html/demo1/srcOutput: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfo...
I have noticed that the Metronic Vue dashboard does not include an RTL version.I have seen in some previous questions a method to convert it to an RTL version (EX: https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8 )(EX: https://preview.keenthemes.com/html/metronic/docs/ge...
We have created a Stepper which works great when built locally, but when building for production and minify are applied it does not work anymore. Pushing "continue" will results in nothing happening. No errors in web console either. Im very confused :D "use strict";// Class definition...
I have an issue with the theme from GetBootstrap, when I run Gulp. I am looking to customise the paths so the the destination goes without the demo9 (which I am using) folder name, however I cannot figure out where to change the paths.I also have an issue where the SASS does not compile, JS seem...
hi. i add package for mapbox-gl in your template as i dont want to use leaflet. can you show me in gulp compile to change the NODE_ENV and make mapbox-gl can compile thier dependencies. i got error in css too.
I'm having a problem with laravel mix about adding new scss or js :(What is the best practice to add custom scss or js in laravel start kit? ex. I have a page view - resources/view/page/homepage.blade.phpscss - /page/homepage.scssjs -
I removed the "type": "module" from the packge.json file as your instructed and ran the npm run build command. I now receive the following error: > keenthemes@1.0.0 build> webpack>> Building...node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^...
Hello,i created a form, which gives input depends on the answer. If the user use radiobutton 1 then comes a other input than if he would use radiobutton 2.How can i validate the anwers the user choice and dont validate the input from the other radiobutton.Thanks!System: HTML
I want to install gulp,for that, I saw this doc: https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulp,but I can't find a directory /theme/tools/
Hi,I got this error TypeError: KTApp.hidePageLoading is not a function, could you help me on this?the error seems happens from scripts.bundle.js // Init page loaderwindow.addEventListener("load", function() { KTApp.hidePageLoading();});
Hello,i have never worked with node.js, webpack or gulp before.Can I install and use the theme without these tools.Otherwise I still have to learn about these tools.I also do not know if these tools affect my development environment.Many thanks and greetingsWolfgang
After completing all the steps in the documentation and going to localhost:3000 I get this error:ENOENT: no such file or directory, open '/Users/xxxxxx/Downloads/nodejs/starterkit/public/assets/media/icons/duotune/arrows/arr066.svg' at Object.openSync (node:fs:590:3) at Object.readFile...