Ask Your Question
1

What is causing the Node.js error "EROFS - read-only file system, mkdir"?

asked 2022-02-12 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-16 16:00:00 +0000

devzero gravatar image

The "EROFS - read-only file system, mkdir" error in Node.js occurs when attempting to write or create a new file or directory on a read-only file system. This error can happen when trying to modify files on a device or network that does not allow write access, such as a CD or read-only network share, or when running Node.js with insufficient user permissions.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-12 11:00:00 +0000

Seen: 9 times

Last updated: Jun 16 '22