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
Runing deployment from my pipleline i keep having this error:
serverless deploy --stage mainnet
Environment: linux, node 16.18.1, framework 3.27.0, plugin 6.2.3, SDK 4.3.2
Docs: docs.serverless.com
Support: forum.serverless.com
Bugs: github.com/serverless/serverless/issues
Error:
Serverless plugin "serverless-auto-swagger" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file. Run "serverless plugin install -n serverless-auto-swagger" to install it.
Any I idea what could be the reason. When I deploy on stagging everything is fine but on the other pipeline it keeps failing for no reason. I had the command "serverless plugin install -n serverless-auto-swagger" in my pipeline but still...
The text was updated successfully, but these errors were encountered:
Runing deployment from my pipleline i keep having this error:
Environment: linux, node 16.18.1, framework 3.27.0, plugin 6.2.3, SDK 4.3.2
Docs: docs.serverless.com
Support: forum.serverless.com
Bugs: github.com/serverless/serverless/issues
Error:
Serverless plugin "serverless-auto-swagger" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file. Run "serverless plugin install -n serverless-auto-swagger" to install it.
Any I idea what could be the reason. When I deploy on stagging everything is fine but on the other pipeline it keeps failing for no reason. I had the command "serverless plugin install -n serverless-auto-swagger" in my pipeline but still...
The text was updated successfully, but these errors were encountered: