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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

titanism opened this issue · comments

-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.