littlstar / axis360

Axis360 is a panoramic (360 video) rendering engine
http://developer.littlstar.com/axis360/public/doc/littlstar-axis/1.21.4/
MIT License
120 stars 22 forks source link

instal failed #67

Closed aelmahalawey closed 8 years ago

aelmahalawey commented 8 years ago

when running component install littlstar/axis , it stops with two fatal errors: 1- Error: ENOENT: no such file or directory, unlink '/Users/ahmedelmahalawey/Documents/Work/Web Applications/360PlayerGameApp/Axis/components/littlstar/axis/1.20.7.tar.gz'

2- fatal : no remote found for dependency "juliangruber/stream".

please help me with this issue as soon as possible I believe that axis is very promising and could be my final choice.

jwerle commented 8 years ago

@aelmahalawey Try using a different package manager. We haven't used component for some time and it may not work properly anymore. Axis is available through npm as well as the package name littlstar-axis

SKCingleVue commented 8 years ago

Could you please update the README file to reflect the new installation method?

aelmahalawey commented 8 years ago

I used npm install littlstar-axis and it worked fine but the sample code available on the readme didn't work so I used the code available in index.html available under the repo and it worked, what I think is the problem is frame.play() should be frame .render() instead.