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
I have made a PR for the issue and solved it by updating package.json.
The reason i discovered is that - the current package is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0
I have provded the fix in accordance with the release notes for Node.js 17.
The text was updated successfully, but these errors were encountered:
I have made a PR for the issue and solved it by updating package.json.
The reason i discovered is that - the current package is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0
I have provded the fix in accordance with the release notes for Node.js 17.
The text was updated successfully, but these errors were encountered: