MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

Unable to install / run packages #30

Closed larsbergstrom closed 5 years ago

larsbergstrom commented 5 years ago

After an npm install fxr, I tried to install and launch, but it appears that we're not installing all required dependencies?

[larsberg@larsberg ~]$ cd node_modules/.bin
[larsberg@larsberg .bin]$ ./fxr install
07:13:30 - log: Oculus Go Installing
07:13:30 - log: Oculus Go Downloading
07:14:56 - success: Oculus Go Downloaded Firefox Reality for platform "oculusvr" (OTBk7afrRu2nW81w0kOyBA - 2018-08-01)
exec: /bin/sh: /Users/larsberg/node_modules/fxr/node_modules/.bin/adbn: No such file or directory

exec: /bin/sh: /Users/larsberg/node_modules/fxr/node_modules/.bin/adbn: No such file or directory

07:14:56 - warn: Oculus Go Put on your VR headset
[larsberg@larsberg .bin]$ ./fxr launch https://mixedreality.mozilla.org/fxr/feed/
07:16:42 - log: Oculus Go Launching
larsbergstrom commented 5 years ago

Nevermind; works better when I npm install -g fxr and use it globally!