Skip to content
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

[#49] Fix build errors by adding NODE_OPTIONS for OpenSSL compatibility #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jeffrin2005
Copy link

@Jeffrin2005 Jeffrin2005 commented Nov 20, 2024

*### Updated website/package.json Scripts:

{ "scripts": { "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider docusaurus start", "swizzle": "docusaurus swizzle", "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider docusaurus build", "publish-gh-pages": "docusaurus deploy" } }
Fixes #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue: Ensure Cross-Version Node.js Compatibility with OpenSSL Legacy Provider
1 participant