yndlingsfar / serverless-openapi-integration-helper

The plugin separates x-amazon-apigateway extension syntax from your openapi3 files
MIT License
6 stars 5 forks source link

Unable to use plugin with Serverless Framework v3 #13

Closed AndriiSushkoTEG closed 2 years ago

AndriiSushkoTEG commented 2 years ago

Plugin can't be installed with version 3 of framework

npm ERR! peer serverless@"2.x" from serverless-openapi-integration-helper@1.8.0

Looks like peerDependencies need to be updated

alexbezugliy commented 2 years ago

End up with the same problem recently - the plugin is working fine on sls3. Can you guys update peerDependencies to refer serverless@3.x?

yndlingsfar commented 2 years ago

solved :-) Use Version 2.0

yndlingsfar commented 2 years ago

Published a new version