Hi! I'm new to both node and serverless so apologies in advance if this is dumb or I'm missing something obvious. In my project I installed serverless-iot-local according to the directions, but as soon as I add it to my plugins (above serverless-offline as documented) I get a fatal error that I'm not sure how to parse:
$ sls offline start
Error --------------------------------------------------
Error: Cannot find module 'serverless-offline/src/createLambdaContext'
Your Environment Information ---------------------------
Operating System: darwin
Node Version: 12.12.0
Framework Version: 1.56.1
Plugin Version: 3.2.1
SDK Version: 2.1.2
Components Core Version: 1.1.2
Components CLI Version: 1.4.0
Let me know if I can provide more information or help to debug.
Hi! I'm new to both node and serverless so apologies in advance if this is dumb or I'm missing something obvious. In my project I installed
serverless-iot-localaccording to the directions, but as soon as I add it to my plugins (aboveserverless-offlineas documented) I get a fatal error that I'm not sure how to parse:Let me know if I can provide more information or help to debug.