美文网首页
vue 低版本遇到高版本node

vue 低版本遇到高版本node

作者: 冰落寞成 | 来源:发表于2023-11-16 15:52 被阅读0次

    卸载node-sass

    npm uninstall node-sass --force
    

    安装sass

    npm install sass -D --force
    

    更改package.json 里的启动服务

    vue-cli-service serve 
    

    改成

    set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve
    
    image.png

    相关文章

      网友评论

          本文标题:vue 低版本遇到高版本node

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