-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Running ember serve
from Intellij IDE through Run
(^R) throws errors - existing with code 127
#238
Comments
it sounds like IntelliJ can't find your Node.js executable |
why does it happen at alternate number of time? However i specified node path under |
I don't know...
I think we might not use that path but instead look for a global |
Yes we execute the Maybe it's a good idea to also check if we can access the global node binary. |
I use As @Turbo87 mentioned that the addon doesn't use |
Description
/Users/workspace/web_ui/node_modules/.bin/ember serve
env: node: No such file or directory
Process finished with exit code 127
Steps to Reproduce
Expected behavior: Start ember server
Actual behavior: Throws error in
Run
tool windowReproduces how often: Alternate number of times.
Versions
IntelliJ IDEA 2018.2.5 (Ultimate Edition)
Build #IU-182.4892.20, built on October 16, 2018
intellij-emberjs
:2018.2.4-0
The text was updated successfully, but these errors were encountered: