Error: ENOENT: no such file or directory error in node js
Apr 8, 2021
If you are using something like ‘new Date().toISOString()’ for generating file name in windows, it will throw an error beacuse it will generate special characters like ‘:’ in the file name, which is not allowed in the windows OS.