-
-
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
Ember Serve tries to run a .sh file on Windows #262
Comments
Same here! Latest PHPStorm and intellij-emberjs. |
I just had this mysteriously start happening to a previously-working It seems that in earlier versions, the As a workaround, you can get your broken run configuration(s) working (again) by closing Webstorm, editing the
|
Same here. The workaround described by @pauln works, but has to be re-applied every time if I modify run/debug configurations. |
The workaround does not work anymore with v2019.3.3-0. "C:/Program Files/nodejs/node" C:/Users/bla/sources/blub/web-ui/node_modules/.bin/ember serve SyntaxError: missing ) after argument list Process finished with exit code 1 |
@iqdoq-dfischer I'm having the same issue as you. What I ended up doing was opening the package.json file and clicked the "Play" icon for the "ember serve" line. Not really a fix but at least that's what I'm doing until something gets resolved here. |
Ember Serve tries to run a .sh file on Windows
Steps to Reproduce
Create a new Ember Serve run configuration.
Expected behavior: The same behaviour as running
ember serve
from the CLI.Actual behavior: The following error occurs:
Reproduces how often: 100%
Versions
WebStorm 2019.1.3
Build #WS-191.7479.14, built on May 27, 2019
v2019.1.2-0
Additional Information
See: https://stackoverflow.com/questions/56542056/emberjs-webstorm-and-windows-cannot-run-through-ember-serve-configuration
The text was updated successfully, but these errors were encountered: