Issue verification check :
[] does the current repository is fully deployable at the commit sha given to the from parameter of the command ?
Issue when Installing, error message says node version is many versions behind the expected version
sfdx plugins:install sfdx-git-delta
The expected result was to install the plugin
error message:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14.6.0". Got "12.18.3"
error Found incompatible module.
Installing plugin sfdx-git-delta... failed
Error: yarn add sfdx-git-delta@latest --non-interactive --mutex=file:/Users/nhelterbrand/.local/share/sfdx/yarn.lock
--preferred-cache-folder=/Users/nhelterbrand/Library/Caches/sfdx/yarn --check-files exited with code 1
run the install script in README
Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
1.22.10
v15.8.0
zsh: command not found: sgd
git version 2.24.3 (Apple Git-128)
Operating System: … MacOS 11.2.1 (20D74)
Yarn version: … 1.22.10
Node version: … v15.8.0
sgd version: … not installed
git version: … 2.24.3
_(Write your answer here.)_
@nhelterbrand I've had the same issue and was able to resolve by installing the sfdx cli via npm.
hope that helps!
That fixed it @kknapp1 , thank you!
Most helpful comment
That fixed it @kknapp1 , thank you!