Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wp-now: Error if node doesn't meet the minimum required version (#434)
Fixes #429 ## What? Exits with an error if node doesn't meet the minimum required version. ``` $ wp-now You are running Node.js version 14, but this application requires at least Node.js 18. Please upgrade your Node.js version. ``` ## Why? Without this, `wp-now` fails cryptically and provides no context for how it fails. ## Testing Instructions TBD
- Loading branch information