↧
Answer by hlovdal for A shell script to check the version of NodeJS doesn't...
The problem here is a mismatch in expectations of how a terminal should behave from a program with unix/posix expectations compared to how terminals behave on windows. This is a known problem, and...
View ArticleA shell script to check the version of NodeJS doesn't work in Git Bash on...
I am trying to make a shell script to automatically download, compile and build some program I've made. You can see the full script on my blog. My program requires NodeJS 11 or newer, so I am trying to...
View Article