I’m trying to write to a .data directory with node fs module. I’ve tried programmatically creating the file and then writing to it and then manually creating the file and writing to it.
The events from the fs module are implying all is working (i.e. no error thrown) but when I look in the file there is nothing there. I’m using a csv file type.