You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those files being named identical, leads to this exception:
SCRIPT5022: Unhandled exception at line 74, column 13 in ms-appx-web://io.cordova.hellocordova/www/cordova.js
0x800a139e - JavaScript runtime error: module cordova-plugin-math.cordova-plugin-math already defined
Updating js-module.name to mathProxy (and renaming src/windows/cordova-plugin-math.js to src/windows/mathProxy.js and updating the .src to that) fixes the problem. (Might have to remove and re-add the platform to get rid o the old file though)
The text was updated successfully, but these errors were encountered:
leads to
Those files being named identical, leads to this exception:
because both files begin with
Updating
js-module.name
tomathProxy
(and renamingsrc/windows/cordova-plugin-math.js
tosrc/windows/mathProxy.js
and updating the.src
to that) fixes the problem. (Might have to remove and re-add the platform to get rid o the old file though)The text was updated successfully, but these errors were encountered: