Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project abandoned? #33

Open
DannyBen opened this issue Nov 20, 2019 · 4 comments
Open

Is this project abandoned? #33

DannyBen opened this issue Nov 20, 2019 · 4 comments

Comments

@DannyBen
Copy link

DannyBen commented Nov 20, 2019

Seems like issues are open for several years, and it fails to install.

if it is abandoned, perhaps mention it somewhere in the README and archive it?
it is still being recommended by some, and I remember that it worked well when it did, so I would love for it to not be abandoned...

@DannyBen DannyBen changed the title iS THIS Is this project abandoned? Nov 20, 2019
@samtay
Copy link

samtay commented Feb 16, 2020

Agreed, definitely think the author should take just a few minutes to mark as no longer supported, would have saved me quite some time tonight!

However, for those looking to still install this package (IMO it was the best terminal recorder available), a simple fix (at the time of this writing) is to use the n package, e.g.

npm install -g n
n install 8.17.0
n exec 8.17.0 npm install -g ttystudio

since the offending dependency pty.js builds OK with the now deprecated nodejs version 8.x.

@zicklag
Copy link

zicklag commented Mar 11, 2020

Thanks for the tip @samtay.

Here's a very nice alternative that worked great for me: https://github.com/nbedos/termtosvg.

@dionysius
Copy link

Can confirm that my issue was as well that this project requires an older node version. In my case, I'm using nvm to manage different versions of installed nodes:

$ nvm install lts/carbon
Downloading and installing node v8.17.0...
...
$ nvm use lts/carbon
Now using node v8.17.0 (npm v6.13.4)
$ npm install -g ttystudio
...
added 6 packages from 10 contributors in 4.86s

@akashagarwal7
Copy link

Thanks heaps for the NVM native solution @dionysius!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants