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
I have some error when my gitlab-ci exec serverless deploy:
> serverless deploy
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Type Error ---------------------------------------------
TypeError: Cannot read property 'Outputs' of undefined
at ServerlessPluginSplitStacks.nestedOutput (/builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/utils.js:84:11)
at Object.ResourceAndDependencyMigrated (/builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/replace-references.js:33:31)
at ServerlessPluginSplitStacks.reconcile (/builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/utils.js:293:27)
at /builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/replace-references.js:16:12
at arrayEach (/builds/tindin/api-game/node_modules/lodash/lodash.js:516:11)
at Function.forEach (/builds/tindin/api-game/node_modules/lodash/lodash.js:9368:14)
at /builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/replace-references.js:15:7
at /builds/tindin/api-game/node_modules/lodash/lodash.js:4925:15
at baseForOwn (/builds/tindin/api-game/node_modules/lodash/lodash.js:2990:24)
at /builds/tindin/api-game/node_modules/lodash/lodash.js:4894:18
at Function.forEach (/builds/tindin/api-game/node_modules/lodash/lodash.js:9368:14)
at ServerlessPluginSplitStacks.replaceReferences (/builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/lib/replace-references.js:6:5)
at /builds/tindin/api-game/node_modules/serverless-plugin-split-stacks/split-stacks.js:64:24
I have some error when my gitlab-ci exec serverless deploy:
versions in my package.json:
Config in my serverless.yml:
Can someone help me?
The text was updated successfully, but these errors were encountered: