Skip to main content

One post tagged with "OS"

OS

View all tags

npm 文件夹/文件读取错误

· 3 min read
Castamere
Code Aesthetic

在使用npm run start指令时,报如下错误。其本质为一个文件被异常识别为了文件夹导致的问题

ERROR

[Error: EISDIR: illegal operation on a directory, read] { errno: -21, code: 'EISDIR', syscall: 'read' }

并在删除文件时报如下错误(Win 10)

ERROR

0x80070570 文件或目录损坏且无法读取

本文就此问题给出解决方法