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
Welcome to Azure Static Web Apps CLI (1.1.2)
Using configuration "REDACTED" from file:
C:\REDACTED\swa-cli.config.json
***********************************************************************
* WARNING: This emulator may not match the cloud environment exactly. *
* Always deploy and test your app in Azure. *
***********************************************************************
Functions Core Tools not detected. Downloading v4...
✖ Failed to download Functions Core Tools v4.
… REDACTED…
✖
Could not find or install Azure Functions Core Tools.
Install Azure Functions Core Tools with:
npm i -g azure-functions-core-tools@4 --unsafe-perm true
See https://aka.ms/functions-core-tools for more information.
To me this sounds like azure-functions-core-tools is a dependency for @azure/static-web-apps-cli. Now I understand that you don't want to bundle azure-functions-core-tools with @azure/static-web-apps-cli but shouldn't azure-functions-core-tools be listed in pkg.peerDependencies then? If not, what's the rationale for not having it in pkg.peerDependencies?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I
swa start
the CLI spitted out this:To me this sounds like
azure-functions-core-tools
is a dependency for@azure/static-web-apps-cli
. Now I understand that you don't want to bundleazure-functions-core-tools
with@azure/static-web-apps-cli
but shouldn'tazure-functions-core-tools
be listed inpkg.peerDependencies
then? If not, what's the rationale for not having it inpkg.peerDependencies
?Beta Was this translation helpful? Give feedback.
All reactions