joolfe / postman-to-openapi

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

slow install #257

Closed ARR4NN closed 1 year ago

ARR4NN commented 1 year ago

why does the install of this take like so long. like can be longer than 30 minutes to npm install it

joolfe commented 1 year ago

Hi @ARR4NN,

But the globaly installation of the library in a recent Node installation just take 1 second:

jorge@MP postman-to-openapi % npm i postman-to-openapi -g

added 8 packages in 1s
jorge@MP postman-to-openapi % 

Best regards.