postman-to-openapi icon indicating copy to clipboard operation
postman-to-openapi copied to clipboard

[email protected] is incompatible with node 20 or above

Open mquan opened this issue 2 years ago • 0 comments

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

error [email protected]: 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?

mquan avatar Aug 08 '23 17:08 mquan