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

Unable to commit via tower #1

Closed
ZenabKhan opened this issue Dec 15, 2015 · 1 comment
Closed

Unable to commit via tower #1

ZenabKhan opened this issue Dec 15, 2015 · 1 comment
Assignees

Comments

@ZenabKhan
Copy link

While committing via terminal it works fine and shows error after linting but I get error when I commit via tower. Following is the error:

running lint...failed!
env: node: No such file or directory
@umayr umayr self-assigned this Dec 15, 2015
@umayr
Copy link
Owner

umayr commented Dec 18, 2015

GUI apps on OSX doesn't load the stuff in .bashrc/.bash_profile, which means they won't have user specified $PATH additions like /usr/local/bin, which is where the node binary is.

To get this working, you'd have to start the GUI app from your terminal. I'll add this information in the FAQ section.

@umayr umayr closed this as completed in 6d2cfe8 Dec 18, 2015
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

No branches or pull requests

2 participants