You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run sls resources validate, or any other serverless command, I get an "undefined" type error from node_modules/serverless-resources-validation-plugin/src/index.js:12:29.
I see that the plugin's main function signature does not match the current serverless plugin documentation; they do not mention a serverlessPath parameter for the plugin.
The text was updated successfully, but these errors were encountered:
When I run
sls resources validate
, or any other serverless command, I get an "undefined" type error fromnode_modules/serverless-resources-validation-plugin/src/index.js:12:29
.I see that the plugin's main function signature does not match the current serverless plugin documentation; they do not mention a
serverlessPath
parameter for the plugin.The text was updated successfully, but these errors were encountered: