[Solved] Syntax Error: no such file or directory, open ‘F:\webProjectStudy\webProjectStudy\newStudy\24.d

Less is used in vue3 and an error is reported

reason: vue3 is incompatible with the higher version of less
solution: lock the less version

"less": "^3.13.1",
 "less-loader": "^5.0.0"

Read More: