NPM install demo1 fails with error message cannot find "/.v4". How do I fix this? Using the aspnet core starterkit
Hi,
Have you got a chance to try the workaround we provided or download the latest version ? Please let us know if you need any further help.
Regards.
As a workaround to fix the issue, you need to locate and edit the following file in your project: /metronic_asp.net-core_v8.1.8/Starterkit/_keenthemes/tools/webpack/plugins/plugins.js
Inside the plugins.js file, find the line that reads:
window.countUp = require("countup.js/dist/countUp.withPolyfill.min.js");
window.countUp = require("countup.js/dist/countUp.js");
Hi,
I apologise for the inconvenience you're experiencing with the error during the build process.
It appears that the error is related to the countup.js plugin and its compatibility with the build process. To resolve this issue, you can try to download from the following link. We have fixed some issue related to web pack.
https://devs.keenthemes.com/metronic/asp.net-core
Thanks
Hi,
Thank you for your feedback.
No worries, we will do our best to resolve your issue.
May i know which Metronic version, framework (html, react, angular, vue) and build method(gulp, webpack) are you using ?
Have you tried is with the latest Metronic v8.1.8 ?
Regards.
It is v8.1.8, i purchased and attempted to install this morning. Using the aspnet core starterkit using webpack.
Hi,
Noted, we are checking it now and will provide you solution shortly.
Regards.
I just switched to gulp and it installed without errors. Definitely something wrong with WebPack.