-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Improve (or eliminate) error when you run post-0.9.0 meteor from a symlink or alias #2462
Comments
Hmm, that file is not expected to exist. What does
tell you? And can you post the contents of your |
So, before I answer your questions, I figured out a couple of things. |
Adding |
Yes. I think it should fail with a more meaningful error when ran symlinked or from a weird path (if it needs to fail). |
Fixes #2462. Too bad we can't just access realpath somehow...
Running
curl https://install.meteor.com/ | sh
is fine. then running meteor:/home/dd/.meteor/meteor: line 124: /home/dd/.meteor/dev_bundle/bin/node: No such file or directory
There is no ~/.meteor/dev_bundle directory, nor ~/.meteor/tools/main.js (which should be ran).
Is there some bug with the installation procedure?
The text was updated successfully, but these errors were encountered: