Error running installer on Node v9
juliandavidmr opened this issue · 3 comments
juliandavidmr commented
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 moduleThe 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
raphamorim commented
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. ![]()
Feel free to contribute if you want to. Thanks for reporting it.
raphamorim commented
Hi @juliandavidmr, sorry by delay.
I published react-tv-cli@0.3.1 today. This version should make it work. Can you check it? ![]()
raphamorim commented
I'm closing this issue, any trouble we can reopen it.