报错 | Syntax Error: TypeError: this.getOptions is not a function


Syntax Error: TypeError: this.getOptions is not a function

这种一般都是sass/less版本太高,重新卸载安装个低版本就行

Syntax Error: Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.

Syntax Error: Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.

语法错误:Sass版本6.0.1与^4.0.0不兼容。重新按个版本

npm install [email protected]

 

This dependency was not found:

* @/libs/util in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&

To install it, you can run: npm install --save @/libs/util


This relative module was not found:

* ../page/module in ./src/store/index.js

好烦啊啊啊啊啊,安装最新版的说版本太高,其他版本的又是指不兼容,你想干什么呢?

你可能感兴趣的:(vue,工作,vue.js)