faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <damianham> try the docker route to assure yourselves that it works ⏎ ⏎ ```$ docker-compose build app ⏎ $ docker-compose up app``` ⏎ ⏎ Then visit localhost:3000 and wait for the npm install to finish and the page to refresh ... [https://gitter.im/amberframework/amber?at=5c690661dc3f0523cccc2888]
<FromGitter> <damianham> @Jens0512 @silmanduin66 - I see there is a recent commit to Amber master on Jan 31 adding a default export to amber.js. If you have an amber binary which does not include this change then that would explain your errors. Here's how to fix it ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5c693234ef98455ea44d8762]
<FromGitter> <damianham> I am already using a version a locally built which includes this commit so that's probably why it worked for me
_whitelogger has joined #amber
<FromGitter> <Jens0512> Yep, maybe this calls for a patch release?