Eng-Hong Sron

Results 11 comments of Eng-Hong Sron

Thanks for your support! Unfortunately, I still have the same errors :( ``` $ meteor update --all-packages --allow-incompatible-update This project is already at Meteor 1.6.1, the latest release. Changes to...

No problem, here is the result (still the same): ``` $ meteor update --all-packages --allow-incompatible-update This project is already at Meteor 1.6.1, the latest release. Changes to your project's package...

This is not what I did with `meteor update --all-packages --allow-incompatible-update`? I'm now at version `0.3.0_2`, it seems to be the latest. Anyway, I restarted from a fresh clone, still...

Ah sorry, I'm now at `0.3.0_3`: ``` $ AOT=1 ROLLUP=1 meteor --production Warning: The --production flag should only be used to simulate production bundling for testing purposes. Use meteor build...

Yes sure : ``` { "private": true, "scripts": { "start": "meteor run", "test": "TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package=ardatan:mocha", "test:ci": "TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package=ardatan:mocha --once" }, "dependencies": { "@angular/common": "^5.0.3", "@angular/compiler": "^5.0.3",...

Thank you very much for your support! On my side, it is better: ``` $ AOT=1 ROLLUP=1 meteor --production Warning: The --production flag should only be used to simulate production...

@ardatan: I confirm the errors are still there with your latest update (933ef9e)

Sure, the compilation is still OK: ``` $ AOT=1 ROLLUP=1 meteor --production Warning: The --production flag should only be used to simulate production bundling for testing purposes. Use meteor build...

@ardatan No, unfortunately I have a blank page...

@ardatan Thanks for your support! I update to 0.3.1_2 and I used the production mode without ROLLUP: ``` $ AOT=1 meteor --production ``` But on the client, I still have...