美文网首页
TypeError: this.getOptions is no

TypeError: this.getOptions is no

作者: yzr_0802 | 来源:发表于2022-03-15 12:28 被阅读0次

    vue 安装stylus和stylus-loader 提示如下截图错误信息


    image.png

    环境:node@12
    原因:stylus-loader安装的版本过高
    解决方案:

    1.npm uninstall stylus-loader
    2.npm i stylus-loader@3.0.0

    注:1.安装后会提示Cannot find module 'webpack'
    2.直接npm install webpack -d
    3.vue serve 执行后成功使用stylus依赖

    相关文章

      网友评论

          本文标题:TypeError: this.getOptions is no

          本文链接:https://www.haomeiwen.com/subject/lywedrtx.html