-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
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. |
thanks a lot @ramijarrar ! 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 So Closing now. |
That is correct (just like with running the app locally) |
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
The text was updated successfully, but these errors were encountered: