The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
TAGS
AUG Leaders

Atlassian Community Events