Closed mnapoli closed 2 years ago
Related to local fallback, we want to provide a good experience when the user has incompatible Serverless Framework versions installed.
The idea we want to do is:
serverless --version
There's a slight risk the user could downgrade later, but it's an edge case that we can reasonably ignore.
Related to local fallback, we want to provide a good experience when the user has incompatible Serverless Framework versions installed.
The idea we want to do is:
serverless --version
and check the version is supportedThere's a slight risk the user could downgrade later, but it's an edge case that we can reasonably ignore.