on my "boot" template that i bought from themes.bootstrap.com throwing an exception like below I'm using .net mvc version of that.
var promiseRequiresObjectContext = throwsError(function () { return globals.Promise.call(3, noop); }); Error: TypeError: Promise constructor cannot be invoked without 'new'. in line 25019: executor(3, function () {}); : TypeError: Promise executor has already been invoked with non-undefined arguments.
so i think it causes stops some of utility like create new project on clicking top of menu item, besides, focused and make activate menu item where the page is standing for
I did some research and followed the suggestions on your site but I couldn't find a solution. i have made these steps to solve that problem before but they didnt work anyway.
* import thesee parameters to my blugins.bundle.js file to handle version collusion issue
import 'core-js/stable';
import 'regenerator-runtime/runtime';
* update my npm packages using the tool that you gave me first.
please help me fix that, it costs much more time for me and i basicaly bought that template to save time.
thank you
Hi,
I have same problem in plugins.bundle.js at line 24990 var promiseRequiresObjectContext = throwsError(function () { return globals.Promise.call(3, noop); }); .
Eeported error is: "TypeError: Promise constructor cannot be invoked without 'new'".
Error occurs in Metronic theme v. 8.23 as well as in v. 8.28. I use Visual Studio Pro 2022 v17.12.0, working on ASP.NET MVC application on .NET 4.5.2. Previously working application won't start anymore after few VS 2022 updates.
Please help.
Valentin
Hi,
I want to apologize for the late reply.
Could you please specify which Metronic version you are using?
Did you make any changes to the default package?
Regards,
Lauris Stepanovs,
Keenthemes Support Team