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
Looking at my node_modules tree, and package.json of serverless-cloudformation-changesets, I noticed that serverless is a (non-dev) dependency. I think this was probably intended to be a peer-dependency? It seems it is needlessly injecting serverless framework as a subdependency in my node_modules tree, when I already have one.
Looking at my node_modules tree, and package.json of serverless-cloudformation-changesets, I noticed that
serverless
is a (non-dev) dependency. I think this was probably intended to be a peer-dependency? It seems it is needlessly injecting serverless framework as a subdependency in my node_modules tree, when I already have one.See also output from
npm ls serverless
:The text was updated successfully, but these errors were encountered: