File name … differs from already included file name … only in casing
问题 I’m getting the following error in VSCode in my Angular 6 application: ERROR in src/app/providers/dynamic-data/dynamic-data.service.ts(5,26): error TS1149: File name '/Users/gibranshah/repos/eva/EVA/src/app/model/endpoint.ts' differs from already included file name '/Users/gibranshah/repos/eva/EVA/src/app/model/Endpoint.ts' only in casing. It’s telling me that this line in dynamic-data.service.ts: import { Endpoint } from '../../model/endpoint'; …refers to a file whose name is Endpoint.ts.