QuestionWeb AppWeb app. runs in the browser
Cursor keeps importing a file that does not exist
it confidently imports from ./utils/date but there is no such file. do I create the file or is it just hallucinating?
2 answers
it confidently imports from ./utils/date but there is no such file. do I create the file or is it just hallucinating?
had this exact issue. usually a config mismatch — check that one first.
yep, classic. paste your setup and I can be more specific, but start with the obvious suspect.