srtucker22 / glipchat

video chatroom using meteor + webrtc + react + redux
https://glipchat.herokuapp.com/
MIT License
279 stars 78 forks source link

Tried running (on windows) as instructed but... #3

Closed sonicviz closed 9 years ago

sonicviz commented 9 years ago

G:\Meteor Projects\quasar-master.meteor>meteor [[[[[ ~\G\Meteor Projects\quasar-master ]]]]]

=> Started proxy. ERROR: packages.json parsing error [ ENOENT, no such file or directory 'G:\Meteor Projects\quasar-master.meteor\packages.json' ] => Started MongoDB. => Errors prevented startup:

While checking for markoshust:radium@0.1.0: error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

=> Your application has errors. Waiting for file change. Terminate batch job (Y/N)? y

srtucker22 commented 9 years ago

Thanks for calling this out. Seems like this is an issue with radium that shows up for some people.

Normally, I'd just suggest running meteor update but not today! After running the update, I ran into a related radium issue, all of which is documented in this github issue on the markoshust:radium repo. Seems like I'm not the only one. So, the current workaround is to just make a local radium package with the latest version.

The latest commit 34a3b13 should fix the issue. Once you pull the changes run git submodule update --init which should load in radium to the local folder, then try running the app again. meteor --settings settings.json

Once someone figures out the radium issue this extra step will disappear.

Let me know how it goes!

sonicviz commented 9 years ago

Thanks. It ran this time, but I need to set it.

Thanks for the quick response and fix.