Allow ngx-file-drop on systems having Node < 12
See original GitHub issueHi,
thank you for providing this library. 🎉 It helps us a lot.
We use Node 10. Installing ngx-file-drop with yarn causes an error, due to Node version restrictions in package.json:
error ngx-file-drop@8.0.0: The engine "node" is incompatible with this module. Expected version ">= 12.0.0". Got "10.15.3"
Request
Is it possible to tolerate Node versions higher than 10?
Workaround
You still can install the newest version of ngx-file-drop running yarn install --ignore-engines.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
ngx-file-drop - npm
Overview. An Angular module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
Read more >react-draggable - npm Package Health Analysis - Snyk
We found that react-draggable demonstrates a positive version release cadence with at least one new version released in the past 12 months. As...
Read more >Angular 13 ngx-doc-viewer Google Drive File ... - YouTube
[Secure Login System in PHP & MYSQL] https://www.youtube.com/watch?v=sjT0V... [Real Time Chatting App in ... Let's connect: Facebook Page ...
Read more >'Openfileselector()' Does Not Seem To Produce A Usable File ...
I am using protractor for a Node.js application with Chrome in one test case I ... ngxfiledrop allow only image or pdf Code...
Read more >folder drop - Npms.io
[]( ... This plugin adds an option to each folder's drop-down menu that allows you ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Looks like the 8.0.3 package is still requiring node >= 12.0.0
@mudcrab Huh. You’re correct. I could have sworn that when I ran the update guide ~25 days ago that Node 12 was required. Of course the requirement can be lowered, no problem there 👍