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: