hoodiehq-archive / local-tld

Maintain a TLD on localhost for all your projects
199 stars 20 forks source link

LaunchDaemon not starting #20

Closed hazeledmands closed 11 years ago

hazeledmands commented 11 years ago

When I npm install -g local-tld, the following message shows up in my /var/log/system.log:

Aug  1 14:31:41 maxedmands com.apple.launchd.peruser.501[225] (ie.hood.local-tld-service[15898]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
Aug  1 14:31:41 maxedmands com.apple.launchd.peruser.501[225] (ie.hood.local-tld-service[15898]): Job failed to exec(3) for weird reason: 2

...and then the service just does not work. I'm not sure how to proceed.

hazeledmands commented 11 years ago

Ok! Answers! I'm using Node Version Manager, which installs node (by default) to ~/.nvm/$NODE_VERSION/bin/node instead of /usr/local/bin/node. It seems like the setup process should be able to just use whatever version of node that's running the setup script. ...writing pull request...

hazeledmands commented 11 years ago

eek. closing in favor of #16