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...
Hello,I am getting the bellow error when I try to build the demo1 theme. Please help. Thank you.C:\recruiter-ai\ui\tools>gulp --demo1Error: Not supported at eval (eval at (C:\Users\marko\AppData\Roaming\npm\node_modules\gulp-cli\lib\shared\require-or-import.js:10:15),
HiWhen I change the value of config.path.src and remove {demo} from it (and give it the correct relative path), it gives the following error when compiling by gulp:Using gulp config file: "../../gulp.config.js"[20:31:25] Using gulpfile F:\Programming Projects\Web\education\dev\theme\demo\too...
I have npm version 10.2.3. I tried running the following commands:npm install --global yarnnpm install --global gulp-cliBut when I check the versions to see if yarn or gulp has been installed, I get:zsh: command not found: yarnzsh: command not found: gulpNot sure what I'm doing w...
I have noticed that the Metronic Vue dashboard does not include an RTL version.I have seen in some previous questions a method to convert it to an RTL version (EX: https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8 )(EX: https://preview.keenthemes.com/html/metronic/docs/ge...
The current post build file structure is a mess and is a chore to cleanup afterwards. Note that I am referencing the behavior of a built demo1 of html variant v8.0.36.The following problems creep up in the file structure:- The actual styles.bundle gets created in the theme root alongside the f...
Hi,Everything was working well until mid-March (around the 16th or 17th). I would compile using the gulp compile command on my production server before handing things over to Nginx:...# Load environment variables from the env fileCOPY $ENV_FILE .envRUN chmod +r .env...
We've just downloaded the current version (8.2.6).Followed the video tutorial to setup your first project.When we run gulp --demo1, the images are copied however they are corrupt. This from googling means they are being compressed, however we cannot see any reference to compress...
This is for your information, hopefully it may be of help to others.I have followed the instructions given in your video Your First Project - Metronic 8 Admin Template https://www.youtube.com/watch?v=2uWJpnuCMKQ , using the demo21 template. When it comes to add the asset folder to the project fo...
I am using metronic_v8.0.34 HTML and when running gulp -demo8 only the plugins are being deployed to the assets folder. The other css, js and media folders are not being deployed.Can I please get some help with this? I am new to Metronic and am excited to make it work. Thank you.gulp...
I recently bought Metronic dashboard on Envato Market, I was extremely impressed by its demo. When I bought, downloaded, and followed the install & set up docs for Django, but when I completed I only got the single dashboard page and sidebar list with no response to those pages. How can I get all ot...
hi. i add package for mapbox-gl in your template as i dont want to use leaflet. can you show me in gulp compile to change the NODE_ENV and make mapbox-gl can compile thier dependencies. i got error in css too.
hi there,if followed the steps here https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/gulp.htmlbut gulp only generated html\demo13\dist\assets, all .HTML file and "src" folder did not generated. i tried to google but cannot find anything....
I'm following this tutorial --> https://www.youtube.com/watch?v=2uWJpnuCMKQWhen I run "gulp --localhost" I can see .html files, but if I want to see any php file, it will be download ( not show ) and it's shows "Listing directory".This is my url --> http://localhost:8080/project/What am...
Hello , i tried both aps mvc and blazor, they are not compiling with gulpin the Metronic theme ASP mvc core & Blazor starter pack 8.26 does not work after following the documentation. The errors and warnings are related to outdated dependencies, deprecated packages, and configuration issues.Re...
Hi,I try to use metronic 8.2.0 for Django , but i can't build assets.With GULP :file:///C:/Users//starterkit/_keenthemes/tools/gulp/helpers.js:16import {glob} from "glob"; ^^^^SyntaxError: Named export 'glob' not found. The requested module 'glob' is a CommonJS module, wh...
I am having the following error:ReferenceError: axios is not definedI am running the demo1 from Metronic v8.2.3.I've tried call axios from browser console in the file demo1/authentication/layouts/creative/sign-in.html and have the same error.In the package.json the package i...
In gulp.config.js the following lines need to be fixed:src: "../src/{theme}/{demo}",common_src: "../src/{theme}/{demo}",The placeholder {demo} has to be removed to get the build working. Otherwise only the plugin assets will be generated.It should be:src: "../src/{theme}/",common...
Hello,i created a form, which gives input depends on the answer. If the user use radiobutton 1 then comes a other input than if he would use radiobutton 2.How can i validate the anwers the user choice and dont validate the input from the other radiobutton.Thanks!System: HTML
I am a new developer. I have created custom mic.js, camera.js and support-chat.js and support-chat.scss. how do I compile these so they move from SRC to dist?