I installed serverless-offline with the following command
npm install serverless-offline --save-dev
This is the version that was installed:
"serverless-offline": "^10.0.0"
and have added plugins at the bottom of my yaml file:
plugins:
- serverless-offline
Now when I run a serverless command, I get the following error:
Not sure what's going on.
p.s. Before installing the serverless-offline, the serverless commands were all working as expected.