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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feat (cli): show error message if minimum node version isn't met (#2132)
* feat cli: show error if min node version isn't met
- Added an error message display if the minimum node version
requirement is not met.
- Exits process with failure code 1.
License: MIT
Signed-off-by: Chirag Shinde <[email protected]>
* fix(cli): show error if min node version isn't met
- moved the version check to top before other `require` statements
- changed `semver.gt` to `semver.satisfies`
License: MIT
Signed-off-by: Chirag Shinde <[email protected]>
0 commit comments