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

New 5.6.0 version of dropzone causing build errors with all versions of ngx-dropzone-wrapper #141

Open
Endellur opened this issue Feb 13, 2020 · 3 comments

Comments

@Endellur
Copy link

Getting errors in ng7 when building using -prod

ERROR in ./node_modules/ngx-dropzone-wrapper/dist/ngx-dropzone-wrapper.es5.js
Module not found: Error: Can't resolve 'dropzone' in '..../node_modules/ngx-dropzone-wrapper/dist'

I have tested versions 6.0.0, 7.2.1 and 9.0.0

@carrilhoandre
Copy link

I have the same problem... any update?

@Endellur
Copy link
Author

I found if you add dropzone 5.5.1 to your project package.json it will work.

@carrilhoandre
Copy link

I found if u update @angular-devkit/build-angular in packages.json

"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20"
}

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