跳到主要内容

SVN 基础

· 阅读需 12 分钟
Castamere
热爱 Coding

Apache Subversion 通常被缩写成 SVN,是一个开放源代码的集中式版本控制系统(Centralized Version Control System (CVCS)),本篇主要介绍 SVN 的基础功能与指令

npm 文件夹/文件读取错误

· 阅读需 3 分钟
Castamere
热爱 Coding

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

ERROR

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

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

ERROR

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

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