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

Tag: Gulp (68)

I followed instruction in https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started.Here is the output that I get when running gulp --demo1. What did I do wrong? Thank you for your help.D:\COMPANIES\CV Software\Projects\iSpeak\SOLUTION\iSpeakCore\metronic_v8.2.3\metronic_asp....
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,When trying to build assets i get the following error. I can not seem to get passed it. Does anyone have an idea what this might be and how to solve this?~/Metronic/_keenthemes/tools$ gulp --demo31Using gulp config file: "../../gulp.config.js"[23:33:56] Using gulpfile ~/Metron...
\starterkit\assets>npm run buildnpm ERR! Missing script: "build"npm ERR!npm ERR! To see a list of scripts, run:npm ERR! npm runnpm ERR! A complete log of this run can be found in: C:\Users\athamma\AppData\Local\npm-cache\_logs\2024-01-23T07_25_47_443Z-debug-0.log
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 want to setup a webpack watch system in my project in the following structureviews/-- assets/-- src/-- tools/I changed the webpack and gulp config to match the new dir structure change ( demo1/assets )but I'm getting errors like```Error: Module build failed (from ./node_modul...
I'm following the Quick Start instructions located at: https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulpI extracted html demo1. I am in the tools directory and as mentioned in the guide, I am supposed to run the 'yarn' command (Step 7) but I am getting an error.He...
hii was reading through the docs about webpack/gulp for building the files, but i dont see anything about plugins for code splitting / tree shaking / minifying / etc. etc. i also noticed that the demo theme has alot of unused js/css so im a bit suspicious about that.can someone provide s...
Hello, i want to ovveride the .container-xxl max width and make it as the demo1 full width of the screen @media (min-width: 1400px).container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px;}where can i find this part in the saas...
Hello. Node: v20.7.0yarn: 1.22.19OpenServer: PHP 8.1Version metronic: metronic_laravel_v8.2.1.zipHave a npm run dev command error: # npm run dev> dev> npm run development> development> mix[webpack-cli] TypeError: object null is not iterable (cannot...
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?
hi there,in the metronic symfony starterkit there are 2 package.json files.one inside the _keenthemes/tools folder:{ "name": "keenthemes", "version": "1.0.0", "author": "Keenthemes", "license": "ISC", "homepage": "https://keenthemes.com/", "description": "Packages used...
Hi,How can I run gulp only on changed files? now it seems to be compiling everything when change is detected. This is wasting some time unnecessarily.
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 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...
got this errorfile:///Users/lutfikhoir/Documents/metronic_v8.1.8/html/tools/gulp/helpers.js:16import glob from "glob"; ^^^^SyntaxError: The requested module 'glob' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)...
hi, i have nodejs 16.20.0yarn and gulp installed globally.yarn install finished without any problem but gulp gives this error:57 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^after this, when i dotnet watch and try to navigate pages, only main page visible. when i...
Hello i have a problème, when i try to make "npm run build" i have this error "> keenthemes@1.0.0 build> webpackSource: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfony_demo1/themes/npm_version/html/demo1/srcOutput: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfo...
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...
We have created a Stepper which works great when built locally, but when building for production and minify are applied it does not work anymore. Pushing "continue" will results in nothing happening. No errors in web console either. Im very confused :D "use strict";// Class definition...
I have an issue with the theme from GetBootstrap, when I run Gulp. I am looking to customise the paths so the the destination goes without the demo9 (which I am using) folder name, however I cannot figure out where to change the paths.I also have an issue where the SASS does not compile, JS seem...
Is there a way to import the html plugins in my Vue project? I am not sure how to configure the Vue project to use those plugins