kainino0x / holoplay-webxr

No longer maintained! Please move to https://github.com/Looking-Glass/looking-glass-webxr
https://kai.graphics/holoplay-webxr/
Apache License 2.0
17 stars 20 forks source link

failed to install due to webxr-polyfill not having a package.json file #11

Closed BryanChrisBrown closed 2 years ago

BryanChrisBrown commented 2 years ago

currently the package.json file points to an empty webxr-polyfill folder as its source for webxr-polyfill

given that this folder is empty and does not contain a package.json file, npm is unable to install it.

In order to install the holoplay-webxr library currently the user has to manually override the path for the webxr-polyfill package.

BryanChrisBrown commented 2 years ago

after further looking into it it looks like this may be a git submodule issue

kainino0x commented 2 years ago

Oh yes, sounds like it. I should have mentioned that in my README!