[BUG] dropzone dependency was not found
See original GitHub issueWhat version of Laravel are you using? (nothing lower than v5.4).
6.12
is it an issue related to installation or usage ?
Installation
what is the error you are getting ?
The dependency was not found:
- dropzone in ./resources/assets/vendor/MediaManager/js/modules/upload.js
Extra Info “attaching a screen shot would be very helpful”
…
Do You Know A Solution For this Issue ?
The CLI says i can install it by running: npm install --save dropzone, which i already did but the error remains. I checked the node_modules folder and dropzone does exist in there.
I followed every step in the documentation, but instead of yarn i use npm. I did use this command to download the packages: npm install vue vue-ls vue-infinite-loading vue-image-compare2 vue-tippy@v1 vue2-filters vue-input-autowidth vue-notif vue-clipboard2 vue-awesome@v2 vue-touch@next vue-focuspoint-component axios dropzone cropperjs keycode lottie-web plyr fuse.js music-metadata-browser --save
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top GitHub Comments
i managed to fix it with updating the deps in
package.json
actually the issue was related to dropzone installed version, as u can see in
we dont require specific version for dropzone, so this was more of try & error solution 😄