Are you accessing the CLI from the default port :4280 ?
Describe the bug
Working in ubuntu on the latest version of node and the swa cli, adding managed apis causes the cli to no longer work in terms of starting the app because of a version incompatability being registered between node and the azure functions core tools.
✖ Found Azure Functions Core Tools v4 which is incompatible with your current Node.js v24.5.0.
✖ See https://aka.ms/functions-node-versions for more information.
To Reproduce
Steps to reproduce the behavior:
- Install node
- Install swa
- In an swa project, create a dotnet8 isolated function runtime (could work with others but this is what I used)
- Make sure to add your ap directory to your swa cli config
- Run
swa start triggering core tools grab and then error due to version incompatability```
swa start
✖ Found Azure Functions Core Tools v4 which is incompatible with your current Node.js v24.5.0.
✖ See https://aka.ms/functions-node-versions for more information.
**Expected behavior**
`swa start` should work OR I should be able to disable parts of the project from being booted up to get around these sorts of errors.
**Desktop (please complete the following information):**
- Ubuntu 24.04
Are you accessing the CLI from the default port
:4280?--port) and accessing the CLI from that port:4280Describe the bug
Working in ubuntu on the latest version of node and the swa cli, adding managed apis causes the cli to no longer work in terms of starting the app because of a version incompatability being registered between node and the azure functions core tools.
To Reproduce
Steps to reproduce the behavior:
swa starttriggering core tools grab and then error due to version incompatability```