serverless-step-functions-offline icon indicating copy to clipboard operation
serverless-step-functions-offline copied to clipboard

Fix compatibility with Serverless v2.x.x

Open tiagocpeixoto opened this issue 5 years ago • 8 comments
trafficstars

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

tiagocpeixoto avatar Oct 10 '20 18:10 tiagocpeixoto

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

zirkelc avatar Nov 23 '20 14:11 zirkelc

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?

stall84 avatar Jun 19 '21 08:06 stall84

Any news on this issue? Thanks!

danielesalvatore avatar Oct 05 '21 12:10 danielesalvatore

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

ShanikaEdiriweera avatar Oct 29 '21 05:10 ShanikaEdiriweera

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

robertosegura avatar Aug 11 '22 00:08 robertosegura

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

Any luck?

manibha-jain avatar Sep 07 '22 06:09 manibha-jain

yarn add serverless-offline@lts did it for me

amusto avatar May 25 '23 13:05 amusto

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

qunoroger avatar Aug 11 '23 14:08 qunoroger