question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] dropzone dependency was not found

See original GitHub issue

What 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”

image

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:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ctf0commented, Feb 15, 2020

i managed to fix it with updating the deps in package.json

demo

0reactions
ctf0commented, Feb 15, 2020

actually the issue was related to dropzone installed version, as u can see in

yarn add 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 idb-keyval

we dont require specific version for dropzone, so this was more of try & error solution 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module not found: Error: Can't resolve 'dropzone'
In order to use the DropZone type in my typescript code, I first installed it using npm install --save-dev @types/dropzone .
Read more >
Wrong version of dropzone dependency · Issue #426 - GitHub
Hi, there's something very confusing going on in this library and its dependency of the dropzone library. In the commit where the last ......
Read more >
dropzone - npm
Dropzone is a JavaScript library that turns any HTML element into a dropzone. This means that a user can drag and drop a...
Read more >
Enqueue JS dependencies not working - sage
Hello all! Trying to enqueue some JS files which are dependent on a 'core' JS file, all files are local, nothing remote.
Read more >
react-dropzone-component - npm package - Snyk
All security vulnerabilities belong to production dependencies of direct and indirect packages. License: MIT. Security Policy: No.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found