Im trying to follow this step :
https://preview.keenthemes.com/html/seven-html-pro/docs/getting-started/integration/laravel
but the file datatables.bundle.css and datatables.bundle.js not export to folder public.
Following the get started page I get this error
npm run build --demo1
[webpack-cli] Invalid 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 non-empty array.
-> Al...
Hi Team
I'm getting this error
when I try to run the
npm run dev --demo7
in Laravel theme app,
1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
ERROR in ./resources/assets/core/plugins/custom/typedjs/typedjs.js 3:15-47
Mod...
Hello,
I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
How to setup hot reload in webpack in metronic 7 and react template? what is the config and command to run in a terminal?
https://keenthemes.com/metronic7/?page=docs§ion=react-quick-start
I'm trying to use Metronic demo 1 with Blazor WebAssembly. I've followed the [Quick Start guide](https://preview.keenthemes.com/blazor/metronic/docs/getting-started.html) and made changes for WebAssembly where applicable.
The demo is working correctly with two exceptions:
graphs are no...
Metronic v.9.0.1
Followed quick start steps 1-6
Issue #1
During step 6 the process never finishes; the last line output is:
webpack 5.92.1 compiled successfully in 5500 ms
However pressing CTRL+C gives message:
Terminate batch job (Y/N)?
Proc...
Hello Guys,
I am trying to setup metronic in a nx monorepo enviorment, if you have any plans for nx based release or can provide some insights for succesful implementation it would be a great help to me.
here are my issues:
putting sidebar, topbar etc in a shared lib is causing erro...
I got error when execute npm run dev on Laravel
[webpack-cli] Invalid configuration object. Webpack has been initialized using a
configuration object that does not match the API schema.
- configuration.entry['/assets/js/widgets.bundle'] should be a non-empty array.
-> Al...
Hi guys, i have difficulties to make work the JetHTML Theme. I make the steps but when i host the localhost only apeer this.
https://prnt.sc/uJfY5-AQ_ixP
I want to install alpine js in metronic but wherever I import it, it gives error.
How to add it.
I tried
import Apline from 'alpinejs';
in plugins.js export array
'node_modules/alpinejs',
Uncaught SyntaxError: Cannot use import statement outside a module (at plugins.bundle.js:61318:1...
I'm trying to implement the DataTables example at https://preview.keenthemes.com/metronic8/demo1/documentation/general/datatables/server-side.html into my project. It's not working.
Here are my steps:
1) Added the HTML code from the example into my Blade file.
2) Added the DataTables JS...
How do i change the node version of metronic 7 to either 16 or 18?
when i try to change the node version either 16 or 18 and try to run npm install it throws multiple errors and the main error i am getting is for node-sass.
The JSTree plugin CSS file has a URL dependency (url("32px.png")) with a png file. The image file is placed in the media/plugins/jstree directory after compilation but the CSS file has wrong image path.
Hi Team
There is an error
Error: ENOENT: no such file or directory, open '/Users/xxxxxxx/xxxxx/xxxx/ims/node_modules/@yaireo/tagify/dist/tagify.min.js
I tried with npm install but this keep coming
How to disable eslint ? because error of "Component name "Content" should always be multi-word vue/multi-word-component-name" this is annoying for me. Just delete eslint on package.json or ? btw i use phpstrom and i have turned off eslint in php strom, but eslint still appears in the browser
When do I run npm run watch in symfony then I got warning: "./locale" in plugin/bundle.js.
INFO: "assets/global/plugin/bundle.js" imported at app.js (assets/app.js)".
//app.js => path: assets/app.js
import './bootstrap.js';
import './config.js';
import moment from 'mome...
I follow instruction but when i try run `npm run buil` i got:
PS C:\Users\Private\Desktop\metronic-blazor\blazor_demo1\Starterkit\_keenthemes\tools> npm run build
> keenthemes@1.0.0 build
> webpack
>> Building...
>> Failed to compile!
ModuleBuildError: Module build failed (from ./node_...
I am integrating Metronic to a SPA web app with Aurelia.js, VSCode and Webpack. When I build the application with NPM I get 3 warnings as the following:
There are multiple modules with names that only differ in casing.
This seems to have to do with inline svg declarations as the following
a...
I've been trying to figure this out for a couple of hours and have concluded there is an issue here.
I am compiling the Metronic for my laravel project but when the compile finishes, the result is not a complete compile. but there are also no errors.
When I compile for DEMO8 - It works fine, m...