#[Error: ENOENT: no such file or
1 messages · Page 1 of 1 (latest)
You could try using the complete path 🤔
const dirPath = path.join(__dirname, 'target-dir-that-relative-to-current-script');
That doesn't work
I tried it a while back and it's of no use :/
Is this directory present? you can try creating it before attempting to read If it doesn't exist