Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sos,vue2 error #114

Open
zhanghaifei1997 opened this issue Mar 23, 2022 · 2 comments
Open

sos,vue2 error #114

zhanghaifei1997 opened this issue Mar 23, 2022 · 2 comments

Comments

@zhanghaifei1997
Copy link

sos, hello, my project is the vue2 version, using less. But I found an error after running, and the style reported an error

@zhanghaifei1997
Copy link
Author

Because my project is vue2+less, after ($ npm install laravel-file-manager --save), I report the lack of sass-loader first, and then after I (yarn add sass-loader), run it again ( TypeError: this.getOptions is not a function)

@MuratDemirel
Copy link

latest version works with only vue3. to use with vue2, install previous version. i'm using 2.5.3 at my vue2 project. try

npm uninstall laravel-file-manager
npm uninstall sass-loader
npm install [email protected]
npm install [email protected]

if you get error while installing sass-loader with npm, switch your project to yarn. delete node-modules folder and package-lock.json file from root path, and run

yarn install
yarn add [email protected]
yarn add [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants