Hi, im trying to write a file in node js but I always get the error "read-only file system".
I tried to write to "/", "." and "/sd:" directories with no luck. Is there any writable directory?
Thank you
Hi, im trying to write a file in node js but I always get the error "read-only file system".
I tried to write to "/", "." and "/sd:" directories with no luck. Is there any writable directory?
Thank you
I was able to find the sd card with this path: "storage/sd". Try to write to that path.
Thank you, it worked perfectly!