Error: cordova-plugin-wkwebview-file-xhr does not appear to be a valid cordova platform

Hello, I am having a problem with new projects that use cordova.

This happened both in a Mac and Linux.

It is the same procedure I have been doing all along, but now it fails.

This are the steps I take and the error at the end.

Cordova is up-to-date, same as framework7_cli and so on.

$ framework7 create
✔ All good, you have latest framework7-cli version.
? What type of the app are you targeting? Simple web app, Cordova app (targets native iOS and Android apps, or 
native desktop app with Electron)
? App (project) name: irl
? App package (Bundle ID): org.test.me
? Target Cordova platform: iOS, Android, Electron (native desktop app)
? What type of framework do you prefer? Framework7 Core
? Choose starter template: Single View
? Should we setup project with bundler? No bundler
? Do you want to specify custom theme color? No, use default color theme
? Do you want to include Framework7 Icons and Material Icons icon fonts? Yes, include icon fonts
✔ Generating package.json
✔ Creating required folders structure
✔ Installing NPM Dependencies
✔ Installing NPM Dev Dependencies
✔ Executing NPM Scripts
✖ Error creating Cordova project
Unhandled "error" event. (The platform "cordova-plugin-wkwebview-file-xhr" does not appear to be a valid cordova platform. It is missing API.js. cordova-plugin-wkwebview-file-xhr not supported.)

Any ideas?

Best regards.