Dependencies broken for TSR in Develop branch
Describe the bug Trying to build on windows 10 with node 20 (as required by superconductor) and it complains that TSR isn't compatible with node 20 and needs node 18..
error [email protected]: The engine "node" is incompatible with this module. Expected version "^14.18 || ^16.14 || 18". Got "20.19.3" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Dependencies should automatically install but I get complaints about react-toggle and react-tabs in addition to the above error
To Reproduce Clone Develop branch on windows and run yarn and yarn start.
Expected behavior Builds and runs superconductor
Desktop (please complete the following information):
- OS: Windows
- Version 10
Additional context Develop Branch
Does this have anything to do with the recent update of TSR?
https://github.com/SuperFlyTV/SuperConductor/pull/218