Closed Aspect26 closed 3 years ago
Its a little problematic because the default installation folder contains those spaces, so to make it work I have to change it and also all the other environment variables :disappointed:
Hey,
I open an PR to solve this issue, but I have a limited access to ubuntu environment. If you are able to test this changes before merge, it will help a lot.
Thanks
This line (and probably some following ones) https://github.com/raphamorim/react-tv/blob/master/packages/react-tv-cli/scripts/webos/run.js#L133 crashes when there is a space in the SDK path.
e.g. my SDK path is
/media/julius/DATA/apps-linux/webOS SDK/webOS_TV_SDK/CLI/bin
and the output fromreact-tv-cli run-webos
isMy environment is Ubuntu 20.04;