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

Add development environment checks of Node.js version and OS #8448

Open
tkajtoch opened this issue Mar 17, 2025 · 1 comment · May be fixed by #8450
Open

Add development environment checks of Node.js version and OS #8448

tkajtoch opened this issue Mar 17, 2025 · 1 comment · May be fixed by #8450
Assignees

Comments

@tkajtoch
Copy link
Member

Summary

When EUI migrated to Yarn Berry, we lost the native warnings about the wrong Node.js and OS versions. To make sure everyone contributing to EUI monorepo runs the same supported software, we need to add these checks back.

Acceptance criteria

  • An error should be displayed when installing dependencies when the user
    • runs the wrong Node.js version, based on EUI's .nvmrc file
    • uses an unsupported OS (platform)
@tkajtoch tkajtoch self-assigned this Mar 17, 2025
@tkajtoch tkajtoch linked a pull request Mar 17, 2025 that will close this issue
2 tasks
@tkajtoch
Copy link
Member Author

#8450 is opened; it needs updating our CI docker image

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 a pull request may close this issue.

1 participant