Open jesshas opened 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.
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?