Hello , i tried both aps mvc and blazor, they are not compiling with gulp
in 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.
Relative Paths
Here are the relative paths to the project directory (C:$$:
C:\asp\metronic_blazor_v8.2.6\Starterkit\_keenthemes\tools
Errors and Warnings
Outdated dependencies:
core-js is outdated and should be upgraded to version 3.23.3 or later.
glob is outdated and should be upgraded to version 9 or later.
rimraf is outdated and should be upgraded to version 4 or later.
Deprecated packages:
popper.js is deprecated and should be replaced with @popperjs/core.
fsevents is deprecated and should be replaced with a safe version.
source-map-resolve is deprecated and should be replaced with a newer version.
Configuration issues:
The webpack.config.js file is being treated as an ES module, but it should be treated as a CommonJS script. Rename the file to use the .cjs extension.
The package.json file contains a type field set to module, which is causing the webpack.config.js file to be treated as an ES module.
Other warnings:
chart.js has an invalid engine specified in its package.json file.
@yaireo/tagify has unmet peer dependencies.
vis-timeline has unmet peer dependencies.
gulp is using deprecated APIs.
Also help page here is completely outdated please see its not helping
Hi,
Sorry for the late reply.
Unfortunately, we were not able to reproduce these errors and warnings in the latest Metronic version when building assets with gulp.
Did you modify anything in our codebase?
Are there any specific steps on how we can get the same errors?
Regards,
Lauris Stepanovs,
Keenthemes Support Team