Open alirezas opened 3 years ago
Hi there, i'm getting the same error in the same way. Could some one give me any suggestion or news about bug fix? thanks a lot
The only way i found out to fix, it was to go the index file on the lib it self on node_moudules directory change the flowing line
const isFolder = to => new File(path.resolve(to)).isDirectory();
to :
const isFolder = to => fs.lstatSync(path.resolve(to)).isDirectory()
and require the path module from node
const path = require('path');
after that it worked properly
did a pull request to fix it, hope it helps...
i have getting some error, is this repo stil maintened ??
I'm using these versions:
and I'm getting this error: