-
Notifications
You must be signed in to change notification settings - Fork 75
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
WebStorm IDE Instructions Not Working - Incorrect relative path prefix inserted in front of absolute paths causing Exit Code 1 #115
Comments
I can reproduce this, so your config should be ok. Seems like
|
Glad you were able to reproduce it. Any suggested workarounds, or a fix anytime soon? Using debugger statements in VS Code is seriously time consuming (e.g. inject debugger statement, re-run test which rebuilds everything, terminate, repeat...), whereas Webstorm breakpoints are much more efficient (especially in promise completion contexts), but now Webstorm isn't working either 😢. Thanks for any suggestions. |
Reverting to 0.x solves this for me |
@eddyerburgh that's not really a solution, is it? :) @n8sabes it works in Webstorm when you manually edit configuration and update test suite path to be relative. What a nightmare! |
My PR #145 fixes the problem! |
IDE Instructions for WebStorm 2017 do not seem to work, or I am configuring something incorrectly.
I have both VS Code, and npm command line working fine in bash shell, but need WebStorm due to better (live) debugger integration that currently possible in VS Code.
When running a debug session in WebStorm, it appears mocha-webpack is prefixing a relative path (
./../../..
) in front of absolute paths when trying to import modules.ERROR OUTPUT:
The text was updated successfully, but these errors were encountered: