-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Reference: module not defined #57
Comments
Thank you for reminding me. There are incompatibilities between AMD and cldpluralruleparser that I don't yet understand; the only way I could get it to work in the browser was to use the CommonJS module, which of course expects module to be defined (which it isn't in the browser). Will have another look at it; in the interim, this can be regarded as a warning; it doesn't affect the functioning of Xanado. |
…i18n and assign global to eliminate error on startup
Cured (on Firefox, at least) by using the version from @wikimedia/jquery.i18n and assigning a |
Thank you so much for this!
…On Tue, Sep 20, 2022 at 1:15 AM Crawford Currie ***@***.***> wrote:
Closed #57 <#57> as completed.
—
Reply to this email directly, view it on GitHub
<#57 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWOIRPR4CLUGQNVRN65NXADV7FXARANCNFSM6AAAAAAQQVG2Y4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
After deploying the docker, getting this error
To Reproduce
Deploy the docker.
Run the docker.
Notice the error in the console:
cldrpluralruleparser.cjs.js:308 Uncaught ReferenceError: module is not defined
at cldrpluralruleparser.cjs.js:308:1
(anonymous) @ cldrpluralruleparser.cjs.js:308
Expected behavior
No errors from spinning up and connecting to the game.
Screenshots
No errors on the screen, only in the console.
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Hot the same problem when building from source. Had to cd into the nodw_modules/cld* folder and npm init again.
The text was updated successfully, but these errors were encountered: