-
Notifications
You must be signed in to change notification settings - Fork 267
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
couldn't run node even run atom from terminal #366
Comments
@leituo56 Thanks for the details with this. Can you execute a from atom-script that prints out your #/bin/bash
echo $PATH |
Also make sure to check out #93 and the work arounds in it, though your issue sounds like you already took your due diligence. 👍 |
Thank you @erran , seems this had been fixed after an update |
@leituo56 Glad to hear that thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't run node by cmd+I even I start atom from terminal.
I install node by homebrew. Here's my version, location and $PATH variable
Error in js console:
Atom version: 0.188.0
I read prev post, I know I can change run options to specific path, but it's just not that good cause I need to run other kinds of scripts sometimes.
BTW, other language like python works for me. Only nodejs got this problem.
The text was updated successfully, but these errors were encountered: