joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
577 stars 99 forks source link

postman-to-openapi@3.0.1 is incompatible with node 20 or above #261

Open mquan opened 11 months ago

mquan commented 11 months ago

I'm trying to install the latest version available 3.0.1 and received this error

error postman-to-openapi@3.0.1: The engine "node" is incompatible with this module. Expected version ">=14 <20". Got "20.2.0"
error Found incompatible module.

I'm curious if it's possible to remove the upper bound restriction. Is there a particular feature in node 20 that's incompatible with this package?