We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I encountered an issue when trying to import the @transmute/did-key-ed25519 module in Node.js v22.2.0. The following error occurs:
TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function
However, the same import works successfully in Node.js v18.7.0 without any errors.
Steps to Reproduce:
Create a file named testED26619.js with the following content:
testED26619.js
import * as ed25519 from "@transmute/did-key-ed25519";
Run the file using Node.js v22.2.0:
node testED26619.js
Observe the TypeError mentioned above.
Expected Behavior:
The module should be imported successfully without any errors, as it does in Node.js v18.7.0.
Actual Behavior:
The following TypeError is thrown: TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function Environment:
Node.js version: v22.2.0 Operating System: MacOS @transmute/did-key-ed25519 version: "@transmute/did-key-ed25519": "^0.3.0-unstable.10",
Additional Information:
The issue does not occur in Node.js v18.7.0, where the import works as expected.
Thank you for your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I encountered an issue when trying to import the @transmute/did-key-ed25519 module in Node.js v22.2.0. The following error occurs:
TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function
However, the same import works successfully in Node.js v18.7.0 without any errors.
Steps to Reproduce:
Create a file named
testED26619.js
with the following content:Run the file using Node.js v22.2.0:
Observe the TypeError mentioned above.
Expected Behavior:
The module should be imported successfully without any errors, as it does in Node.js v18.7.0.
Actual Behavior:
The following TypeError is thrown:
TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function
Environment:
Node.js version: v22.2.0
Operating System: MacOS
@transmute/did-key-ed25519 version: "@transmute/did-key-ed25519": "^0.3.0-unstable.10",
Additional Information:
The issue does not occur in Node.js v18.7.0, where the import works as expected.
Thank you for your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: