I tried to import a working project into my workspace in wakanda studio 1.1.3 it show me the following error
web:src:app:home:home.component.ts doesn't exist
It works in a windows machine if i open the same project but it doesn't works on my mac.
I tried to reinstall the entire application again but still getting the same error, Is anyone having this kind of issue.
It's because the home.component.ts
file was open in the studio when you close your solution. The studio keeps track of all currently
open files and reopen them next time.
When you move the solution to your Mac, the studio tries to re-open the files; could not find some at the same location and returns an error.
You can safely ignore this error. Next time, you close your solution, the studio will save the new currently
open file list.