10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Error: EISDIR: illegal operation on a directory, read

Posted at

はじめに

発生したエラーに対していくらコードを見直しても原因がわからず苦戦したため、メモ

発生したエラー

Error: EISDIR: illegal operation on a directory, readh
(詳細省略)

原因

ディレクトリーに対してファイル読み取りfs.readFileSyncを行っていたことが原因

本来ファイルのみ存在しているディレクトリに、サブディレクトリを作っていたのが原因。いくらコードを見直しても解決できないのは当然ですね・・

10
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?