node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

Engines missing in `package.json` and wrong version of Node.js supported listed in README #976

Open titanism opened 2 months ago

titanism commented 2 months ago
-This project requires Node.js >= 10.13
+This project requires Node.js >= 14.18.0

See https://nodejs.org/api/modules.html#core-modules as formidable latest version uses node:fs scoped package usage in require/import statements.