jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 245 forks source link

downloaded 0.0.66, but version is 0.0.65 #87

Closed ghost closed 10 years ago

ghost commented 10 years ago

I downloaded the latest windows binary from your website (mediacenterjs).

The website mentioned v0.0.66 as version, but in the package.json I see it is version 0.0.65.

It also failed to start since node-schedule is needed, but it isn't in the installed package.json.

After doing an npm install node-schedule it worked.

But the mediacenter website says there is a new version and that update fails.

This is probably a small mistake in the build process?

jansmolders86 commented 10 years ago

Thank you very much for reporting this. I did in fact only partially updated the package used by the installer by mistake. I will correct this mistake tonight. Thanks for reporting this issue !

jansmolders86 commented 10 years ago

Hej there Roeland,

It should be fixed now. I uploaded a new version. Thanks again!

ghost commented 10 years ago

Thanks, I will download the new version as soon as your site is working again (over quota). I guess your project is getting popular :-)

PS: you could host your site at github instead of google

jansmolders86 commented 10 years ago

Haha yeah, apparently so. Thanks for the tip! I never really thought of having to deal with any kind of quota. :) The download luckily is already available on Github.

If you want, feel free to give the updated version a try: https://github.com/jansmolders86/mediacenterjs-windows/raw/master/setup.exe

ghost commented 10 years ago

The installation works now. Thanks!