vkkis93 / serverless-step-functions-offline

Emulate step functions locally when developing your Serverless project
MIT License
78 stars 40 forks source link

Fix compatibility with Serverless v2.x.x #56

Open tiagocpeixoto opened 4 years ago

tiagocpeixoto commented 4 years ago

When using this plugin, it informs that "Serverless step offline requires Serverless v1.x.x but found 2.6.0"

zirkelc commented 3 years ago

Is there any information from the maintainer regarding upgrading this plugin to serverless > 2.0?

stall84 commented 3 years ago

I'm getting a similar Serverless Error on the cli at runtime. "Serverless step offline requires Serverless v1.x.x but found 2.47.0" It's a bit confusing as to what steps to take to fix the error.. downgrading Serverless main package?

danielesalvatore commented 3 years ago

Any news on this issue? Thanks!

ShanikaEdiriweera commented 3 years ago

Upgrading serverless-offline to latest version fixed it for me. "serverless-offline": "^8.2.0"

robertosegura commented 2 years ago

Any news? getting the same with v3 Serverless step offline requires Serverless v1.x.x but found 3.21.0

manibha-jain commented 2 years ago

Getting similar issue Offline requires Serverless v1.x.x but found 3.22.0. Exiting.

Any luck?

amusto commented 1 year ago

yarn add serverless-offline@lts did it for me

qunoroger commented 1 year ago

Hi, just following up on this as it seems to keep failing even with the 12.0.4 serverless offline version and I'm getting the same error that people mentioned above