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

Meteor installation fails on Windows #136

Open
nphmuller opened this issue Apr 11, 2019 · 0 comments · May be fixed by #137
Open

Meteor installation fails on Windows #136

nphmuller opened this issue Apr 11, 2019 · 0 comments · May be fixed by #137

Comments

@nphmuller
Copy link

Docker build fails during Meteor install on Windows with the following output:

... Installing Meteor 1.8.0.2

Downloading Meteor distribution
Retrying download in 5 seconds...
Retrying download in 5 seconds...
*repeat last line*

After diving into the container I figured out that the culprit is this line in install-meteor.sh:
METEOR_VERSION=$(head $APP_SOURCE_DIR/.meteor/release | cut -d "@" -f 2)

On Windows the line endings are \r\n. This means that cut outputs 1.8.0.2\r in METEOR_VERSION. Since this version doesn't exist, the Meteor install script keeps 404'ing and retrying.

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

Successfully merging a pull request may close this issue.

1 participant