Hello every one, I’m new into coding… learning every day… I’m having issues with my file structure. I’m connected to my VM via ssh. I’m getting a lot of errors on my project after Cursor disconnected me. a Lot of the import path are affected but the files still in location. How to fix this?
I’m have around 208 errors related to the same issue>
Please any advise.
This is going to be an issue with your Linter. I’d recommend looking the docs up for whatever linter is at play here, as it’s likely you need some config in your project to tell the linter how your project is setup, and therefore where it can find the files you are importing!