-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
RequireJS issue #999
Comments
@serkejal |
For now you can check this jsfiddle example i'm loading aws sdk form cdn and trying to get dynamodb instance. (of course the credential are missing) if you try to run and check the console log you can find the error above. |
I have tested the 2.3.16 Version. It works! Thank you for the fix. |
Glad to hear it, thanks for reporting this issue! |
hi @chrisradek i got this old error in the new sdk version 2.6.3 2.5.6 works well and all versions >2.5.6 will fail with "TypeError: punycode.toASCII is not a function" |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Starting from version 2.3.11 i have an issue with aws sdk for javascript using requirejs.
Unitl 2.3.10 i simply include the path of the library installed via bower and then load it when needed
starting from 2.3.11 i'm stucked in this error
I see that problem is relative to punycode library that was included inside aws sdk and is not correctly inject at this line:
line 10554: var punycode = require('punycode');
but the module appears correctly declared also for AMD
Can anyone help me with this?
The text was updated successfully, but these errors were encountered: