I am using the quasar framework and encountered the above error when compiling the project
模块构建失败(来自./node_modules/sass-loader/dist/cjs.js): SassError:此文件已经被加载。 ╷ 1 │ @import '~src/css/quasar.variables.scss','quasar/src/css/variables.sass'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ srccssquasar.variables.scss 1:9 root stylesheet
During the routing process, I passed the wrong path.
Before
after
I forgot to pass the path of the component "src/pages/"