-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MeteorCLI/lazy-loading not working in AOT w/ Rollup and production mode #1895
Comments
I'm getting the same error trying to deploy my app to Galaxy. Please help! |
Thank you for your contribution! We fixed that issue, could you please run |
Thanks for your support! Unfortunately, I still have the same errors :(
|
I am sorry again, but could you please try again? |
No problem, here is the result (still the same):
|
This is not what I did with I'm now at version Anyway, I restarted from a fresh clone, still the same issue :( |
It should be ‘0.3.0_3’, that’s why I asked about update. |
Ah sorry, I'm now at
|
I will run the update first thing when I get home. |
@enghong Can I see your package.json file? |
Yes sure :
|
Thank you! You make me realize that I have to update those dependencies in |
Ran the update
Looks like I'm back to my original errors before the first update yesterday. |
We just updated all the examples and compilers. It was because the version of @angular/compiler-cli and @angular/core packages are not compatible. So you can checkout latest example, and try again. Please let us know if that issue still appears. |
Thank you very much for your support! On my side, it is better:
So the app is now running, but there are some warnings regarding the Then if I go to
In fact, all |
Is there any problem in case of AOT without Rollup? |
@ardatan Any suggestion for the errors that I posted above? |
@klynicol Your issue is different. It looks our bug with Windows path. We are currently trying to find out the solution for it. For now, in order to keep working with your project, you can use an environment that works with POSIX/Linux, or you can use WSL/Ubuntu bash for Windows which I am currently working with. |
Great, thanks! Can you point me to a tutorial for setting up an environment? Haven't done anything like that before. Also how will that affect a deployment to Galaxy? |
@klynicol Actually, it won't have any affect to Galaxy, |
You are a GOD @ardatan ! Really appreciate the help. |
Sure, the compilation is still OK:
But on the client, I get:
|
@ardatan No, unfortunately I have a blank page... |
@enghong After solving a lot of problems with your contribution, we have another problem about Rollup with Dynamic Imports feature of Meteor. This is due to the difference of Meteor's build of module and Rollup. I recommend you to use the production mode without Rollup which is not enabled by default until we find out a solution. |
@ardatan Thanks for your support! I update to 0.3.1_2 and I used the production mode without ROLLUP:
But on the client, I still have error:
Also, are you intending to re-integreate Thanks again for your support! |
@enghong There are two cases of AOT build; |
@ardatan Sorry for my late reply, I was out of town. It is now working perfectly with Again, thank you for all your support! |
I'm trying to build the MeteorCLI/lazy-loading with the latest version of angular-compiler (0.3.0) and meteor 1.6.1
And I get the following error:
Is there something i'm missing there?
The text was updated successfully, but these errors were encountered: