jacqueslowe / ng2-itunes-browser

Angular5, Typescript client with angular routes, itunes api
1 stars 0 forks source link

Failed to compile #1

Open jesshas opened 6 years ago

jesshas commented 6 years ago

ERROR in src/app/music/music-list.component.ts(3,23): error TS1149: File name 'src/app/music/track.model.ts' differs from already included file name 'src/app/Music/track.model.ts' only in casing.

Seems to be an error with Music vs music. Unfortunately, music-list requires the trackmodel component. I tried calling in the component by '../music/track-model' to no avail. Any recommendations?

jacqueslowe commented 6 years ago

Are you running this on an apple computer or windows?

Sent from my iPhone

On Oct 4, 2018, at 6:20 PM, Jessica Hastings notifications@github.com wrote:

ERROR in src/app/music/music-list.component.ts(3,23): error TS1149: File name 'src/app/music/track.model.ts' differs from already included file name 'src/app/Music/track.model.ts' only in casing.

Seems to be an error with Music vs music. Unfortunately, music-list requires the trackmodel component. I tried calling in the component by '../music/track-model' to no avail. Any recommendations?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.