Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Node.js (19)

Here is my package.json{ "private": true, "version": "8.2.5", "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot"...
Hello there, When I purchase the Metronic theme, will I be able to freely develop projects using the Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Template frameworks / development platform ? Can I get information on this matter? Additionally, for example, wher...
I have version 18.0.0 of node and version 9.4.2 of npm, when I try to install PrimeNg: npm install primeng, this error is shown:npm install primengnpm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR!npm ERR! While resolving: cannonerpweb_v2@8.1.9...
I am looking to implement a new site, with nodejs as backend and react frontend.I would like it to have everything that appears from Laravel, which has Users, Auth, Roles, Permissions.I don't know if any of them already exist implemented here, Metronic was suggested to me, I don't know it, I...
1 Navigate your prompt to starterkit folder. cd starterkit 2 Run installation command to install depnedencies for node application. yarn 3 npm run start Keep your prompt running by default application is served on port 3000Point 3 of your documentation fails...
Hi There,Our company recently purchase themes with KeenThemes. Happy with the Themes!For initial setup and demo for POC on another project to be kick off, we are decided to use NodeJs.Our team found few errors when follow the instructions given setup for NodeJs. a.) Download NodeJs D...
Hi I have this error Failed to parse JSON file, invalid JSON syntax found at line 2084I know de error is not in the .json file, so Iḿ asking me how to setting server.hmr.overlay to false in vite.config.js. in the proper way to see if itś solves my problemt. Thanks...this is the .json by the...
Hello,i have never worked with node.js, webpack or gulp before.Can I install and use the theme without these tools.Otherwise I still have to learn about these tools.I also do not know if these tools affect my development environment.Many thanks and greetingsWolfgang
After completing all the steps in the documentation and going to localhost:3000 I get this error:ENOENT: no such file or directory, open '/Users/xxxxxx/Downloads/nodejs/starterkit/public/assets/media/icons/duotune/arrows/arr066.svg' at Object.openSync (node:fs:590:3) at Object.readFile...
In order to have a fixed toolbar using the Light Header Layout, I realized that I should set data-kt-app-toolbar-fixed="true" inside the initLightHeaderLayout() in views/layout/bootstrap.js. Should I go ahead and update bootstrap.js file directly or there should be a source file that should be c...
Is there any quick deploy image available for digital ocean or any other server platform for Metronic Node.JS ?
I tried to followed the instructions in https://preview.keenthemes.com/nodejs/metronic/docs/getting-started page but the files required to follow the instructions is not there. Can you please advise if I am missing something?
Both NodeJS demos are not loading pages when clicking on any link. More specificaly, when clicking on PAGES -> AUTHENTICATIOn -> LOGIN (ANY LAYOUT) it updates the URL in browser to http://localhost:3000/?page=authentication/layouts/corporate/sign-in but the page does not actually refresh with new co...
When I try to run this command from starterkit folder "npm run serve" (as instructed here: https://preview.keenthemes.com/nodejs/metronic/docs/getting-started) I receive this message: Missing script: "serve"
Hi,I am paying for a hosting service and I can not install node.js.Is there a way to intall this theme like unziping files inside server? Simple as that.Thank you very much.
I have succeeded in setup metronic 8 laravle package on my laptop, now i want to deploy it to cpanel. but i dont understand how to make it work. i have upload it and set the index path to public folder, but it just simply dont work on cpanel. the error state that unable to handle this request. do i...
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...
Not sure what I'm missing - but I don't understand the following two issues:1. the need for setting up and running the template from node.- If I can run the demo by clicking the index.html in the dist folder, so why do I need to set up node and run the demo via localhost?2. the need to exp...
Error: Cannot find module 'del'In the recent latest of Metronic Laravel, the above error will appear when running npm run dev command.In the recent node m...