ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
825 stars 178 forks source link

[BUG] npm errors when using laravel mix v6 #170

Closed ChristianC1123 closed 3 years ago

ChristianC1123 commented 3 years ago

What version of Laravel are you using? (nothing lower than v6).

Version 8.20.1

is it an issue related to installation or usage ?

on installation

what is the error you are getting ?

on npm run watch I receive a lot of errors. plyr and cropperjs no stylesheet to import. -> I've fixed a part with npm installation and changed the source folder

Extra Info "attaching a screen shot would be very helpful"

image

Do You Know A Solution For this Issue ?

The Problems are only from your needed addons. Need to import them in composer.json?

ctf0 commented 3 years ago

whats the manager version ?

ctf0 commented 3 years ago

this is mostly related to the new version 3.8 which use laravel mix v6 https://github.com/ctf0/Laravel-Media-Manager/releases/tag/v3.8.0

ChristianC1123 commented 3 years ago

Yes, it's about laravel mix 6. After update it works. Your great.