Should azure-functions-core-tools be listed in pkg.peerDependencies?
#709
Unanswered
Anders Ringqvist (anddoutoi)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I
swa startthe CLI spitted out this:To me this sounds like
azure-functions-core-toolsis a dependency for@azure/static-web-apps-cli. Now I understand that you don't want to bundleazure-functions-core-toolswith@azure/static-web-apps-clibut shouldn'tazure-functions-core-toolsbe listed inpkg.peerDependenciesthen? If not, what's the rationale for not having it inpkg.peerDependencies?All reactions