i am getting this error after i run >npm run dev Error: write EIO at afterWriteDispatched (node:internal/stream_base_commons:164:15) at writeGeneric (node:internal/stream_base_commons:155:3) at WriteStream.Socket._writeGeneric (node:net:795:11) at WriteStream.Socket._write (...
I get the following error when installing on macOS Monterrey 12.3, PHP 8 dev environment:#begin terminal❯ npm run dev> dev> npm run development> development> mix[webpack-cli] Error: Cannot find module 'del'Require stack:- /Users/luisdeleon/PhpstormProjects/laravel-metroni...
I am testing the metronic vue.js theme and using axios to fetch data from a simple API. I can fetch data in my method and output this in the console, but I cannot update the datatable itself. here is my code:export default defineComponent({ name: "kt-entity-list", components: {...
Hi,I bought the Metronic Seven Pro theme: https://keenthemes.com/products/seven-html-proI want to integrate it to create the dashboard of my application, but I can't integrate it correctly. I have tried to put the compiled files in my resources but I have errors appearing, functions indica...
I'm using your Laravel version of Metronic, and my modals won't scroll if they are longer than the viewable window. They just get cut off, and there's no way to access the hidden portion of the modal. Is there some sort of CSS class that I need to add? Scrollable seems to be a default feature of Boo...
TS2607: JSX element class does not support attributes because it does not have a 'props' property. 268 | return () => ( 269 | > 270 | 271 | // @ts-ignore | ^^^^^^^^^^^^^^^^^^^^^^^ > 272 | ref={elTableRef...
- Can I change my homepage to [/] without going to [/login] ?I would like you to go to the landing page before going to the Login page.- In your example project in resources/view I would like to split Folders into - resources/view/backend/[your example project demo1] - resources/view...
Hi,I am trying to implement Datatable with colVis and colReorder but I am running into errors. How should it be done in Metronic?I am using Metronic demo 1 html version with BS5 in Laravel 8.Here is a working example with a general datatable codehttps://codepen.io/h6585/pen/XWVygYR...
I want to integrate the previously configured vue i18n in nuxtjs3. Please guide me on this.metronic_v8.0.37\vue\demo1\src\core\plugins\i18n.tsmetronic_v8.0.37\vue\demo1\src\main.ts import { initInlineSvg } from "@/core/plugins/inline-svg";initInlineSvg(app);
Hi,I just bought the theme.I tried to launch the React Version Demo 1.Yarn install without a problembut when I yarn start :'SVG' cannot be used as a JSX component. Its instance type 'InlineSVG' is not a valid JSX element. The types returned by 'render()' are incompatible...
Hello experts.we are developing a project with Demo1 and now we would like to add dark mode to it dynamicly. But the problem is that dark mode doesn't work with adding "dark-mode" class to the body.Dark mode works fine with importing realated scss files but we are gonna toggle the theme dynamic...
Error when runningnpm run dev --rtl --demo1for rtl in laravel demo1[webpack-cli] TypeError: compiler.plugin is not a functionat WebpackRTLPlugin.apply (/Users/......./node_modules/webpack-rtl-plugin/dist/index.js:38:12)at createCompiler (/Users/......./node_modules/webpack/lib/webp...
I just purchased and downloaded the latest Medtronic 8 file from ThemeForest and now trying to run the laravel version of it, and it's not working, facing issues while "composer install" and "npm run dev".Issue Screenshots linkshttps://drive.google.com/file/d/13cOO6gtk0M9dwxgJiUaLp70iZyOLlDC...
I noticed that the Metronic 8 Demo1 HTML keeps the state of the menu when the page changes. I mean that it keeps the scroll location, which parent menus are collapsed or extended, etc.I did an implementation using the same Demo1 sources but my menu state is not conserved between requests.I c...