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

fix: Add version into process polyfill (RE #66180) #66183

Open
wants to merge 2 commits into
base: canary
Choose a base branch
from

Conversation

richtera
Copy link

Fixing a bug

  • Related issues linked using fixes #66180
  • Tests added. No new test added since the build just fails without this change.
  • Errors are attached inside of the issue.

What?

The current process polyfill is missing the node version and the backend renders insert a process.exit() into the script
on a no-matching node, version, but the version is always "undefined". Therefore the build fails.

Why?

Failing builds.

How?

Fixes #66180

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

Successfully merging this pull request may close these issues.

Unsupported Node.js version! Your version: undefined
2 participants