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
But those two contradicts.
"dependencies" - means 'I depend on this package and I will install it'
"peerDependencies" - means 'I depend on this package but I will not install it, I expect it is already installed'
Describe the bug
Currently, the
@vcd/sdkspecifies the following"dependencies": {
"@vcd/angular-client": "0.0.2-alpha.6"
},
"peerDependencies": {
"@vcd/angular-client": "0.0.2-alpha.6",
But those two contradicts.
"dependencies" - means 'I depend on this package and I will install it'
"peerDependencies" - means 'I depend on this package but I will not install it, I expect it is already installed'