Skip to content
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

Cannot install Meteor v1.4.1.1 #6

Closed
jnes92 opened this issue Oct 25, 2016 · 3 comments
Closed

Cannot install Meteor v1.4.1.1 #6

jnes92 opened this issue Oct 25, 2016 · 3 comments

Comments

@jnes92
Copy link

jnes92 commented Oct 25, 2016

Hey, i just used your git to make a test Project and deploy it to Azure.
It worked absolutely fine and setup was very easy.

But now I want to deploy my real project to azure, it was done with Meteor1.4.1.1 (now Version 1.4.1.3 is available, but I cant update).

Can you tell me where you got that link for installing meteor ?

curl -L -o meteor.tar.gz "https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_32"

This command will always download the latest release and after I configured continous deployment my repo always fails.

As a result my log looks like that:

2016-10-25T12:58:55.9361803Z,Sorry, this project uses Meteor 1.4.1.1, which is not installed and could,,1 2016-10-25T12:58:55.9519454Z,not be downloaded. Please check to make sure that you are online.,,1 2016-10-25T12:58:56.1237034Z,cp: cannot create regular file 'D:\local\LocalAppData\meteor-azure\bundle': No such file or directory,,1 2016-10-25T12:58:56.1392866Z,Handling node.js deployment.,,0 2016-10-25T12:58:57.1995287Z,KuduSync.NET from: 'D:\local\LocalAppData\meteor-azure\bundle' to: 'D:\home\site\wwwroot',,0 2016-10-25T12:58:57.1995287Z,Error: Could not find a part of the path 'D:\local\LocalAppData\meteor-azure\bundle'.,,1 2016-10-25T12:58:57.2151088Z,An error has occurred during web site deployment.,,0 2016-10-25T12:58:57.2151088Z,Kudu Sync failed,,0

@ramijarrar ramijarrar changed the title How can I choose which Version will be installed on Azure App Service? Cannot install Meteor v1.4.1.1 Oct 26, 2016
@ramijarrar
Copy link
Member

ramijarrar commented Oct 26, 2016

That line is based on the steps provided by MDG for command line installation - the build tool is capable of automatically selecting the version relevant to your app so there is reason to modify this.

From what I can tell it looks like there is some trouble (most likely CDN related: meteor/meteor#6960) which is preventing it from downloading the 1.4.1.1 release.

The easiest way to solve this would probably just be to update Meteor and redeploy.

@jnes92
Copy link
Author

jnes92 commented Oct 26, 2016

thanks a lot @ramijarrar !
I updated Meteor locally and redelpoyed this new Version !

So if i got you right, the build tool will be always install the current version from my project (and this time i was unlucky?).

Thanks for the fast response !!

Edit: Tested again today now everything works as it should
Meteor 1.4.2 was released, but it used the right version from my project :)

So Closing now.

@ramijarrar
Copy link
Member

ramijarrar commented Oct 26, 2016

That is correct (just like with running the app locally)

@jnes92 jnes92 closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants