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
The 4.x version of node-domexception uses a deprecated library. New versions drops this dependency. Warning message:
npm warn deprecated [email protected]: Use your platform's native DOMException instead
Create a node package using the latest openai version as a dependency, Run npm install See assocaited warning.
npm install
Ubuntu
22.15.0
openai 4.97.0
The text was updated successfully, but these errors were encountered:
Marking this as a duplicate of #1207 as it will also be fixed when the new version is released.
Sorry, something went wrong.
No branches or pull requests
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
The 4.x version of node-domexception uses a deprecated library. New versions drops this dependency. Warning message:
npm warn deprecated [email protected]: Use your platform's native DOMException instead
To Reproduce
Create a node package using the latest openai version as a dependency,
Run
npm install
See assocaited warning.
Code snippets
OS
Ubuntu
Node version
22.15.0
Library version
openai 4.97.0
The text was updated successfully, but these errors were encountered: