Hocti
Results
2
comments of
Hocti
fs.realpathSync.native can't read ramdisk path. Here are the quick fix: \node_modules\jest-util\build\tryRealpath.js ``` function tryRealpath(path) { try { if(path==='R:\\Temp'){ //your temp folder path return path; } path = _gracefulFs().realpathSync.native(path); } catch...
same here