tsconfig-paths
tsconfig-paths copied to clipboard
Have issue with Drive letter on windows 10
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
Something could related: https://github.com/nodejs/node-v0.x-archive/issues/7031