Using Visual Studio Code as IDE with installed nrf SDK v2.9.0 on MacOS Sequoia 15.2
Terminal reads -
* Executing task: nRF Connect: Build: blinky/blinky (active)
Building blinky
west build --build-dir /Users/<UserID>/nrfworkspace/blinky/build_1/blinky /Users/<UserID>/nrfworkspace/blinky
ninja: no work to do.
* Terminal will be reused by tasks, press any key to close it.
* Executing task: nRF Connect: Flash: blinky/blinky (active)
Flashing blinky to Blooper
west flash -d /Users/<UserID>/nrfworkspace/blinky/build_1/blinky --skip-rebuild --dev-id XXXXXXXX --erase
-- west flash: using runner nrfutil
-- runners.nrfutil: mass erase requested
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: /Users/<UserID>/nrfworkspace/blinky/build_1/merged.hex
Usage: nrfutil [OPTIONS] COMMAND [ARGS]...
Try 'nrfutil --help' for help.
Error: no such option: --json
-- runners.nrfutil: Board with serial number XXXXXXXX flashed successfully.
* Terminal will be reused by tasks, press any key to close it.
How to get around this ?