Meteor will not run without Sudo?
问题 On OSX Yosemite and the latest version of meteor (1.0.1), no matter how many times I uninstall and reinstall it, I can't seem to get it running without sudo. My user account is an administrator account. But meteor refuses to run without sudo. The errors I'm getting are all: -bash: meteor: command not found I've seen a few posts on here with similar problems. I've tried repairing disk permissions with disk utility. I've tried: sudo chown -R $myUsername /usr/local/bin/meteor I'm not sure what