$ sls info --aws-profile foo-bar-boo --stage dev
✖ The Serverless version (4.1.21) does not satisfy the "frameworkVersion" (3) in serverless.yml
ServerlessError2: The Serverless version (4.1.21) does not satisfy the "frameworkVersion" (3) in serverless.yml
So the appropriate action is to change every (!) project’s framework version at once, and push updated tools to everyone.
Eww ?
What’s the timeline for the official Chocolatey ( Chocolatey Software | serverless ) packages being updated ? We’d need to make sure we had updated .yml files before then.
[ workaround : sudo npm i serverless@3 -g to revert to v3 ]