As is, the installer always get latest version of XRI (XR Interaction Toolkit) and XR Hands. This might, at some point, cause breaking changes with EDIA packages if we do not keep them compatible with latest changes in these dependencies.
Potential fixes:
- hardcode the version or
- think of some fancy logic which reads the compatible version from the
package.json of the requested EDIA modules and reinstalls if necessary. But not trivial, and I do not really want to write our own package manager.
As is, the installer always get latest version of
XRI(XR Interaction Toolkit) andXR Hands. This might, at some point, cause breaking changes with EDIA packages if we do not keep them compatible with latest changes in these dependencies.Potential fixes:
package.jsonof the requested EDIA modules and reinstalls if necessary. But not trivial, and I do not really want to write our own package manager.