Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

The engine "node" is incompatible with this module

Deleted user September 17, 2019

Our project is mainly Javascript built using yarn. I just added this to our project's `package.json`:

"engines" : { "node" : "10.16.2" }

 

When I try to commit or push in SourceTree, I get following error:

The engine "node" is incompatible with this module. Expected version "10.16.2". Got "12.6.0"

error Commands cannot run with an incompatible environment.

error: failed to push some refs to '[git repo url]'

 

Doing so on CLI works fine. Terminal runs on following Node version:

$ nvm version

v10.16.2

How do I ensure Sourcetree uses right Node version?

1 answer

1 accepted

0 votes
Answer accepted
Deleted user September 19, 2019

Works after I changed default node version to 10.16.3 (or equivalent alias):

$ nvm alias default 10.16.3

 

skhomyn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 7, 2021

Hey, how did you make this change in SourceTree? I've tried doing this in terminal but SourceTree continues to use the original version it was using from the beginning.

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events