i'm using metronic_symfony_v8.2.3 symfony starterkit,when i run npm run build on /starterkit/_keenthemes/tools the build succeed but no directory created into the public directory or anyhere else!
I am using Keen v2.1.1 demo5 template in Laravel.The js plugins don't work and none of the icon libraries work, any solution? I attach my package.json and my webpack.mix.jsconst mix = require('laravel-mix');const rimraf = require('rimraf');const path = require('path');/*...
Hi there,Regarding DataTables, I've noticed a strange issue. When I use webpack to build the project, the icons for pagination and the position of the page numbers look odd, and the search box also appears unexpectedly. Any thoughts on this?https://drive.google.com/file/d/1EDBdhd83rnoDqY6k0K...
Hi Team!I bought Medtronic template and already in the middle of creating my website with it.Now I need an additional javascript plugin "three".I installed it via NPN and yarn. Can find it in the "node_modules" folder.From that point I am a bit lost how to integrate it in the build environ...
Hi there, I have been following the Bootstrap Server Side Integration tutorial but I've been getting this error when I run the command: npm run build.Error in ./src/sass/style.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build fa...
Hello Developers,I’m a backend developer using Metronic Tailwind, and I’m trying to globally integrate components such as file-upload and select across all pages of my project. However, I don’t have experience working with Webpack or advanced frontend build tools.Could you please guide me on...
when convert. html to laravel i run yarn prod to build assets but error plugin.js and scripts.jsnot defined window.jQuery window.bootstrapwindow.Popper.....
Hi,I am using metronic_symfony_v8.1.8_demo1 template. I am facing issues while trying to compile and build the assets by following the documentation (https://preview.keenthemes.com/symfony/metronic/docs/getting-started).1) I am not able to find _keenthemes/tools in the starterkit folder, there...
Hello, I tried to compile your Metronic Blazor template version 8.2.9 using Webpack, and I'm encountering this error:Desktop/metronic_blazor_v8.2.9/Starterkit/_keenthemes/tools/node_modules/neo-async/async.js:2297:7)-- inner error --Error: Module build failed (from ./node_modules/sass-loader/d...
When will the code be updated to fix and remove these deprecated objects/assets?This is the yarn out put of a fresh install after being updated to the latest"yarn upgrade --latest"Am I supposed to work out which pieces of code were custom to support this theme and re-write those components...
I get an error while running npm run build during initial setup. I have followed documentation provided for blazor setup, but it just doesnt work. Bellow you can check error that i ran into.ERROR:https://imgur.com/a/ZDFpPWOThanks in advance for help,
Hi! I added via "yarn add typedjs" the lib.In my index.html I copied the javascript code at end: var typed = new Typed("#kt_typedjs_example_1", { strings: ["First sentence.", "Second sentence.", "Third sentense", "And some longer...
why the team is not updating the laravel.in the previous release also this assets issue appers and now when i downlaod this new version again i am facing this issue when i run npm dev cmd.i also tried the followingsteps but still its not working.1. Delete the `node_modules` folder in your pr...
npm is not working I deleted "type": "module",webpack-cli] Failed to load '/Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import insteadThis file...
Hey all,working on a Symfony + Metronic app, I cannot seem to get all the select2 styles to load. The background is transparent and the other elements appear on top of the select box.I used a custom webpack configuration, but all the styles are bundled in (I can see the select2 classes in the...
I'm using html version of Metronics(version-7). Some of assets are loaded dynamically during run time in browser (ex: node_modules).I need to update specific version of a plugin due to vulnerabilities, but even if I update the plugin version in pulgin.bundle.js, while runtime it is picking up th...
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...
I Have Followed The RTL Version Documentation but still have problems in the webpack-rtl.config,js Like : Failed to load, Error [ERR_REQUIRE_ESM]: Must use import to load ES Module, require() of ES modules is not supported. Please I need t to change the template to the RTL version as soon as possib...
Hi team,I am trying to run npm run build --demo1 from starterkit/_keenthemes/tools but getting below errorInvalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a...
Im trying to follow this step :https://preview.keenthemes.com/html/seven-html-pro/docs/getting-started/integration/laravelbut the file datatables.bundle.css and datatables.bundle.js not export to folder public.