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
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)
The text was updated successfully, but these errors were encountered:
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
.nvmrc
fileThe text was updated successfully, but these errors were encountered: