I just purchased this theme and followed the instuctions to the letter.
Node is installed, npm and yarn are all installed.
Node Version = v22.11.0
NPM Version = 10.9.0
Yarn Version = 1.22.22
Mac OS X - Apple Silicon
I was in the tools directory and ran npm run build and it comes back with...
Hello everyone, I'm new, I bought metronic in themeforest a long time ago and now I'm trying to use it in Laravel and this is what I do, I'm new, I apologize and excuse me, put my English
1º- I download the product and unzip it then I pass it to my Laragon folder I use win11
2º- I have composer la...
Hello, I've just bought Metronic for my Symfony 6 project. I'd like to integrate Metronic using Webpack Encore with the `npm run build' command. However, in your Symfony example version, you load the CSS and JS files with a PHP script called 'ThemeHelper'.
I've tried importing only the 'assets' f...
For transparency i'm using:
- Webpack to install the packages
- Node version v18.18.2
When I run the npm run build I'm getting the following error:
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Can't find stylesheet to import.
@import "bootstrap/sc...
I bought and downloaded the latest version of Metronic to use the HTML starter kit, but I'm having problems generating the styles.css.
I did follow the installation instructions (https://keenthemes.com/metronic/tailwind/docs/getting-started/installation) succesfully, and `npm run build` finishes...
how can i create a dynamic chart????
mean i want to use charts-js and link it somehow directly with laravel backend controller, so if data changes in database it should automatically update the chart.
please provide a proper video guide or something using which I can get the desired result....
Hello, I've just followed this guide https://preview.keenthemes.com/laravel/metronic/docs/getting-started to setup my project, everything's working fine it's just that whenever I try to use the login form, the validation messages are showing twice under the input fields e.g "Email is required" is sh...
when i try run or create any rtl or original demo with html template i get this error
npm run build --rtl --demo21
or
npm run build --demo21
> metronic@8.2 build
> webpack
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API...
>> Failed to compile metronic bundle!
resolve 'jQuery' in '/home/xxx/Downloads/Metronic-7.2.9/theme/html/tools/node_modules/summernote/dist'
Parsed request is a module
using description file: /home/xxx/Downloads/Metronic-7.2.9/theme/html/tools/node_modules/summernote/package.json (relative...
I'm using the metronic 8, but the build speed is too slow. It takes about four or five minutes I wonder if there is a way to improve it. For example, I want to know if I can use vite instead of webpack-rtl or other packages.
I followed the steps to integrate with Laravel: https://preview.keenthemes.com/seven-html-pro/documentation/getting-started/integration/laravel.html
The issue that I see is that the table is working but Datatables search input, pagination, length select box are not styled
After digging into th...
Trying to install asp.net CORE
NPM ver: 10.2.4
YARN ver: 1.22.21
I have removed "type": "module", from package.json
I have added "resolutions": {
"gulp-dart-sass/sass": "1.70.0"
}, to package.json and deleted node_modules folder and lock files.
Now when I run npm run build --demo1
I...
hi
i was reading through the docs about webpack/gulp for building the files, but i dont see anything about plugins for code splitting / tree shaking / minifying / etc. etc.
i also noticed that the demo theme has alot of unused js/css so im a bit suspicious about that.
can someone provide s...
Good Morning!
I bought the metronic product and went to update it to version 8.0.37 when running npm run build --demo1 in the terminal, as per the instructions I already removed the "type": "module", but it's giving this error:
D:\metronic_v8.0.37\html\theme\tools>npm run build --demo1
> me...
I used laravel installation, I followed the steps and used nodejs version 14 but when running npm run dev, I receive this error :
[webpack-cli] Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?
I tried the npm run build but I get the following errors:
$ npm run build
> metronic-react-tailwind@0.0.0 build
> tsc -b && vite build
src/theme/core/helpers/util...
Hey,
i was wondering if it is possible to include the demo3 data into my Metronic 8 Laravel theme?
I tried to install it via “npm run dev —demo3” and it worked but how do I change the style to demo3 because it’s still the demo1 default css style.
Greetings!
Hello there !
I'm using Metronic with Symfony for a while now.
I had to hack a bit the system to make it work with Webpack Encore, but now I'm stuck with an old version of Metronic as I had to make core changes to the files.
Is there an easy way to integrate Metronic with Webpack Encore ? Thi...
Hi !
I use Metronic 8 for Symfony, I use Select2 in a modal, and I try to set values in JS (Multiple values), but even when doing a .trigger('change') or select2:select, the values are not displayed in the input. On the other hand, when I open the dropdown, I can see my selected values, and when...