dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

installing closh failes #82

Closed nivpgir closed 6 years ago

nivpgir commented 6 years ago

installing closh fails. i've traced it down to the sqlite3 dep failing, with this error: https://github.com/Galooshi/import-js/issues/497

the fix seems to be to upgrade to sqlite3 v4, I don't know how complicated that will be for you, but in either way, is there a workaround to this? I would like to start trying closh for the last few hours but couldn't pass the installation phase.

dundalek commented 6 years ago

Could you try switching to node v9 and reinstalling closh? A convenient way to switch node versions is nvm.

nivpgir commented 6 years ago

yeah, OK, that works...

should I have seen that that's the version I should use?

dundalek commented 6 years ago

It is in the readme with install instructions, but maybe it could be improved to make it more noticable?

nivpgir commented 6 years ago

maybe add a dependency section? this would be good just for the sake of being noob friendly.

either way you can probably close this issue, no?

dundalek commented 6 years ago

I added a version check to the install script now, so it should be more obvious for the people in the future.