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

Minor Version Compatibility Issue: Error Running Project with Node.js 20.12.1 #9391

Open
Thrisha1 opened this issue May 8, 2024 · 1 comment

Comments

@Thrisha1
Copy link

Thrisha1 commented May 8, 2024

Reproduction

When attempting to run the project with Node.js version 20.12.2, an error is encountered. However, the issue is resolved when downgrading to version 20.11.1. This suggests a potential compatibility issue with the minor version update.

System Info

System:
    OS: macOS 14.4.1
    CPU: (8) arm64 Apple M2
    Memory: 203.59 MB / 8.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.12.2 - /usr/local/bin/node
    npm: 10.5.0 - /usr/local/bin/npm
  Browsers:
    Chrome: 124.0.6367.119
    Safari: 17.4.1

Used Package Manager

npm

Expected Behavior

I expected the project, which was originally built using Node.js version 20.11.1, to run smoothly without encountering any errors or unexpected behavior when executed with Node.js version 20.12.2. Specifically, I anticipated that all functionalities and features of the project would operate as intended, maintaining compatibility with the updated Node.js version.

Actual Behavior

When attempting to run the project with Node.js version 20.12.2, I encounter the following error
error

@brophdawg11
Copy link
Contributor

Could you provide a minimal reproduction?

@brophdawg11 brophdawg11 added needs-response We need a response from the original author about this issue/PR runtime:node labels May 8, 2024
@github-actions github-actions bot removed the needs-response We need a response from the original author about this issue/PR label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants