Newly released create-mn-app fails immediately with an ESM/CJS error:
Error [ERR_REQUIRE_ESM]: require() of ES Module update-notifier/index.js
from create-mn-app/dist/cli.js not supported.
The CLI is using require("update-notifier"), but that package is now ESM-only, causing the scaffold to break on launch. Has this issue come to the team’s notice?