Closed rockmandash closed 4 years ago
So TSDX has ^0.8.3
in the package.json
. A patch bump fits into the range, so you don't need TSDX to update that, you can update your yarn.lock
or reinstall TSDX and you'll have the newer version of shelljs
Current Behavior
Run
tsdx test
in Node v14 will output this warningExpected behavior
Output no warnings.
Suggested solution
Simply upgrade shelljs to 0.8.4 will solve this problem
Additional context
Your environment