gulp-mocha
gulp-mocha copied to clipboard
Module-alias broken in 4.3.1
Please see the issue reported there:
https://github.com/ilearnio/module-alias/issues/11
In short, module-alias is broken probably because [email protected]
is now using execa
.
Module-alias is probably adding paths to require itself, and they are missing from the new process that actually run the mocha tests.
Can you advice how this could be fixed?
@soundstep The issue has been resolved in ilearnio/module-alias#11
An additional node path is required in the gulp tasks NODE_PATH = '.'