gulp-mocha icon indicating copy to clipboard operation
gulp-mocha copied to clipboard

Module-alias broken in 4.3.1

Open soundstep opened this issue 7 years ago • 1 comments

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 avatar Jul 12 '17 11:07 soundstep

@soundstep The issue has been resolved in ilearnio/module-alias#11

An additional node path is required in the gulp tasks NODE_PATH = '.'

wilsonespina avatar Dec 10 '18 12:12 wilsonespina