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

fix: warn about node version mismatch #1198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mdonnalley
Copy link
Contributor

@mdonnalley mdonnalley commented Sep 20, 2024

Emit process warning when oclif/core's node engine property is not satisfied

❯ sf version
(node:16992) Warning: Node version must be >=22.0.0 to use this CLI. Current node version: 20.13.1
(Use `node --trace-warnings ...` to show where the warning was created)
@salesforce/cli/2.60.8 darwin-arm64 node-v20.13.1

@W-16795546@
Fixes #1197

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 this pull request may close these issues.

Stop oclif-CLI with an error when node version is not supported
1 participant