mykolaharmash / git-jump

Improved navigation between Git branches.
MIT License
201 stars 5 forks source link

Less strict node version check #2

Closed ambroseus closed 4 years ago

ambroseus commented 4 years ago

Guess current supported node version "node": ">=12.18.2" is too strict For ex. I can't use git-jump while my node version is 12.18.1 Selection_022

ambroseus commented 4 years ago

Have proposition to allow any version >=12.*

mykolaharmash commented 4 years ago

Totally agree. Please update to v0.1.14, now it requires node >=12.12.0.

12.12.0 it's the version where fs.opendirSync() API was introduced, and I use it in git-jump, so it's the lowest it can go without some major changes.

ambroseus commented 4 years ago

awesome! :smile: thanks for the quick resolution!

ambroseus commented 4 years ago

now I have new alias) Selection_024

mykolaharmash commented 4 years ago

Awesome😀 thank you again for taking time to report the issue!