运行vue项目出现的问题

问题遇到的现象和发生背景

error in ./src/pages/Profile/Porfile.vue Module build failed: TypeError: this.getOptions is not a function at Object.stylusLoader (D:\OneDrive\桌面\硅谷外卖\gshop-client_blank\node_modules\stylus-loader\dist\index.js:17:24) @ ./node_modules/vue-style-loader!./node_modules/css-loader?{"sourceMap":true}!./node_modules/vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-2e060655","scoped":false,"hasInlineConfig":false}!./node_modules/stylus-loader/dist/cjs.js?{"sourceMap":true}!./node_modules/vue-loader/lib/selector.js?type=styles

问题相关代码,请勿粘贴截图
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果

能够解决问题

找不到this.getOptions方法,要看源码才知道原因。

这个是依赖环境有问题,建议重装安装或者编译一下,如果还有问题,可以看一下this.getOptions这个方法有没有调用,在Profile.vue中搜索即可