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

Consider support latest version of Node #174

Open
Dentrax opened this issue Jul 27, 2021 · 0 comments
Open

Consider support latest version of Node #174

Dentrax opened this issue Jul 27, 2021 · 0 comments

Comments

@Dentrax
Copy link

Dentrax commented Jul 27, 2021

This is a great tool! I like to use this very much. It's my primary to record my terminal. But...

Unfortunately, it does not support the latest version of Node (v16). Each time I do brew upgrade, my node bumps to its latest version. And I have to do the following steps every time in order to make terminalizer work:

  1. brew unlink node
  2. brew install node@12
  3. brew link --overwrite node@12
  4. npm install -g terminalizer

I do not like to dealing with npm stuff since it's too "noisy" and does not work as expected in general. I would be so glad if someone gets to it to make it work with the latest node versions. Thanks! :)

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

1 participant