When Trying to install starter kit of Metronic laravel theme i am getting following error:
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
at C:\Users\Kashif\Downloads\themeforest-Y9tF6thq-metronic-responsive-admin-dashboard-template\laravel\laravel_demo1\starterkit\webpack.mix.js:130:24
Hi Kashif,
As a workaround, can you please comment this part of code block in the file starterkit/webpack.mix.js, somewhere near line of 129 to 132?
// glob.sync("node_modules/+(@fortawesome|socicon|line-awesome|bootstrap-icons)/**/*.+(woff|woff2|eot|ttf)").forEach(file => {
// const [, folder] = file.match(/node_modules\/(.*?)\//);
// mix.copy(file, `public/assets/plugins/global/fonts/${folder}/${path.basename(file)}`);
// });
Hi Kashif Mohammad
May I know which version of Metronic Laravel you are currently using? The issue you mentioned has been addressed and fixed in v8.2.0. Therefore, updating to the latest version should resolve the problem.
If you are not using v8.2.0, please consider updating to this version to ensure that the issue is resolved.
Thank you for your attention to this matter.
Best regards
Hi Faizal
Thanks for your reply, I am using latest version of Laravel, node and npm.