raphamorim/react-tv

Error running installer on Node v9

juliandavidmr opened this issue · 3 comments

react-tv-cli does not install. An error associated with the node version occurs:

error react-tv-cli@0.3.0: The engine "node" is incompatible with this module. Expected version ">=8".
error Found incompatible module

The problem is that it is running on Node v9

  • Linux Opensuse Leap
  • Node v9.3.0
  • Command tested: sudo yarn global add react-tv-cli

Yeah, react-tv-cli requires a nodejs <=8.9.
Because some dependency on renderer (for rollup) doesn't work with nodejsv9.
However now renderer and CLI are separated packages. Make sense to change it. :octocat:

Feel free to contribute if you want to. Thanks for reporting it.

Hi @juliandavidmr, sorry by delay.
I published react-tv-cli@0.3.1 today. This version should make it work. Can you check it? :octocat:

I'm closing this issue, any trouble we can reopen it.