Open tiagocpeixoto opened 4 years ago
Is there any information from the maintainer regarding upgrading this plugin to serverless > 2.0?
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?
Any news on this issue? Thanks!
Upgrading serverless-offline
to latest version fixed it for me.
"serverless-offline": "^8.2.0"
Any news? getting the same with v3
Serverless step offline requires Serverless v1.x.x but found 3.21.0
Getting similar issue
Offline requires Serverless v1.x.x but found 3.22.0. Exiting.
Any luck?
yarn add serverless-offline@lts did it for me
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
When using this plugin, it informs that "Serverless step offline requires Serverless v1.x.x but found 2.6.0"