You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
Works after I changed default node version to 10.16.3 (or equivalent alias):
$ nvm alias default 10.16.3
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.