tsconfig-paths icon indicating copy to clipboard operation
tsconfig-paths copied to clipboard

Have issue with Drive letter on windows 10

Open gynet opened this issue 7 years ago • 1 comments

This works: mocha -r ts-node/register -r tsconfig-paths/register D:\Test.ts

This will have some issues with dependencies: mocha -r ts-node/register -r tsconfig-paths/register d:\Test.ts

TypeError: Cannot read property 'currentRetry' of undefined

gynet avatar Jul 25 '18 18:07 gynet

Something could related: https://github.com/nodejs/node-v0.x-archive/issues/7031

gynet avatar Jul 25 '18 18:07 gynet