Hi,
I just bought this theme but came across the following error while building the assets:
[webpack-cli] [Error: ENOENT: no such file or directory, open 'C:\Users\XXXX\Desktop\XXXX\Framework\node_modules\datatables.net-buttons\js\buttons.flash.js'] {
errno: -4058,
code: 'ENOENT',
sys...
I want to include all files (CSS and JS) on the page one by one, rather than as a bundle. To make changes to the codes easily. What should I do for this ?
Hi,
I have been using Metronic version 2.0.2, which featured an editable table page using the DataTables plugin with inline editing and adding rows directly within the table. This differed from the current implementation that relies on modal-based CRUD operations.
I've started using the curren...
Hello support. I got an error at installing. I am stuck. Would you help me to solve the issue?
alirio@alirio-PC:~/Desktop/demo1$ npm install -g @angular/cli
added 236 packages in 8s
44 packages are looking for funding
run `npm fund` for details
alirio@alirio-PC:~/Desktop/demo1$ node -v...
Hi ! First of all you really have a nice dashboard with a great variety of stack.
I was wondering if there was any plan to make a Symfony integration but using Symfony UX ?
This (somewhat) new Symfony UX initiative is really nice, and allows use of some react div components, UX turbo, hotwired, st...
Hi there, The sidebar is currently experiencing a display issue on Android devices, where it fails to render properly, But this issue is not observed on iPhones, where the sidebar functions correctly. It's important to note that while the application is running the latest updated version of Metronic...
When trying to reset the password
after submitting new passwords
it throws in laravel
The GET method is not supported for route reset-password. Supported methods: POST.
public function handle(Request $request, Closure $next): Response
{
$is_logged_in = $request->path() !=...
Hi Faizl,
Can you guide me how can i change the fonts in Metronic ? I like one font family which i want to use for my project but not sure how this to integrate in metronic.
Let say this one
https://befonts.com/visby-cf-font-family.html
When using a responsive DataTable the + button does not appear when used inside of the metronic stepper and the datatable is not on the first step. I was able to fix this by calling a recalc on the step containing the datatable with the stepper changed event but I believe this is a bug.
step...
There's an error in the docs at https://preview.keenthemes.com/metronic8/angular/docs/quick-start - the command for clearing the cache should be npm cache clear --force.
Hello, in my metronic application, I have a persistent bug, when I log in to my application, when the aside menu loads for the first time, it does not let me display the menuItemsWithSub, I am using React and the latest available version of metronic.
Build using tools from the theme
cd tools/
npm install
npm run install
The JS files that each page depends on have not been built under assets
demo4/assets/js/custom/apps/chat/chat.js
...
...
After construction, the structure of the assets file is different from the assets provided by...
hello, is there any way I can convert the Metronic CSS file with the SCSS module?
My goal is so that class names can be hashed in my project.
Thank You
I am using metronic demo 6 react version. In the mobile view there are 2 icons. Clicking on each icon it should open a toggle from left and one from right accordingly (as it is in html version).Right now only the right toggle is working. We need to make the toggle appear from the left as well. I tr...
I am getting this error when I run this command: npm run rtl
Failed to load '/Users/mohammedhamouda/Desktop/Work/AiiA/dots_frontend/rtl.config.js' config
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/mohammedhamouda/Desktop/Work/AiiA/dots_frontend/node_modules/del/index.js from /Users...
i tried to download some file generated in my BE from API which work normal on other project but when i tried to use it in metronic excel can not read the file
my module:
@Action
[SalePlan.TEST]() {
return new Promise((resolve, reject) => {
ApiService...
Hi Community, we have a issue when trying to Intergrate the Metronic | Angular Admin Dashboard Template. the issue is in the Node.js version the Teamplate is using Node.js version of v18.13 but our Project is still using Node.js version of v14.21.3 and for now we can not migrate our Project to new V...
Hello
What is the best way to bring in components from the Free Templates page (say for example this one: https://keenthemes.com/products/start-react-free).
I am currently using React Demo01.
It feels like the React version has gotten the short end of the stick when it comes to components...