likes
comments
collection
share

项目报错 TypeError: loaderContext.getOptions is not a

作者站长头像
站长
· 阅读数 53

复现步骤

启动命令 yarn run serve出现 TypeError: loaderContext.getOptions is not a function 报错

解决方案

一番查找,发现了 @vue/cli-plugin-typescript 包有更新,于是降低这个包版本。

// 查看此包的历史版本
npm view @vue/cli-plugin-typescript version 
// 安装旧版本包
npm @vue/cli-plugin-typescript@4.5.15 -i -D
yarn add @vue/cli-plugin-typescript@4.5.15 --dev
转载自:https://segmentfault.com/a/1190000042112893
评论
请登录