-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Modulus still uses nodejs 0.10.x to deploy an app #243
Comments
You can use |
How I' am suppose to specify |
Lol. @theworkflow , the idea is to upload only my source code and let modulus demeteorize de project, because is a meteor project, not a nodejs one. |
@vladejs sorry for the confusion, I think the issue is differentiating between what |
Modulus always uses |
maybe we can include copying over the root |
Sure, that would be a fix |
Hello @jackboberg , noticed #228 and #250 didn't solved my problem with Modulus, I have updated my This is what I get every single time I do
|
PLEASE FIX THIS. I can't even deploy using CODESHIP. On the above output it says
BUT, when deploy finishes it says:
This is critical.The only way I can now set a working project on Modulus is by:
CodeShip LogsFollowing is the complete output on Codeship (which just did
Modulus LogsThis is what modulus shows when the app is "deployed":
|
Update: able to reproduce, digging deeper. Thanks @vladejs for bringing this back to my attention. |
@vladejs we rebuilt the docker images, updated the registry, and it seems to be resolved now:
Please try again and let me know if you still see the issue. |
Well @jackboberg , you almost got it. Why?See the output on your own comment:
It says NPM version 2.15.9 was used, so you can guess, NodeJS > 4 don't work well with NPM < 3.
|
I saw that, and opened an issue here earlier: XervoIO/docker-build-meteor/issues/35 I think we should move this discussion there, since it's no longer an issue with |
Problem solved. CodeShip is now giving me a green flag. |
If I upload my source code to modulus, it says is using node 4.4.7 and latest npm.
But that's only to install my npm deps. After the app is demeteorized, it actually run it with node v0.10.x.
I can only change that behaviour if I demeteorize locally and change node version on package.json file.
As a result, all my apps are getting an Assertion error.
undefined == function
.To reproduce the issue just do this:
meteor create itwillfail
I use v1.4.1 but it happens in every meteor version you use.
The text was updated successfully, but these errors were encountered: