Intel XDK Build fail for ionic project

Preliminary Info
cordova -v
5.4.1
ionic -v
1.7.12

Intel XDK 2807

Here are my steps

ionic start xdktest tabs

ionic platform add android

I imported this into xdk, and attempted a build and got the error

Error: Plugin Whitelist failed to install.
Second Attempt

I modified the package.json file, and removed the reference to the whilelist plugin

I got the same error. I thought there may be caching issues, so i restarted xdk, and tried again, and I got the same error.

Error: Plugin Whitelist failed to install.
Not sure I can operate without the plugin, but I am not sure where the reference is coming from. Any help appreciated

Here is the full build log

Build Log:

Building a Cordova 4.1.2 application.
The application name is "IonicMarcador"
The package name is "bt.marcador.iberia"
Plugin “cordova-plugin-console” (1.0.2) installed.
Plugin “cordova-plugin-device” (1.1.0) installed.
Plugin “cordova-plugin-splashscreen” (3.0.0) installed.
Plugin “cordova-plugin-statusbar” (2.0.0) installed.
Error: Plugin Whitelist failed to install.
Plugin “ionic-plugin-keyboard” (1.0.8) installed.

Hello.
Remove the whitelist plugin (It seems that XDK is managed differently) and change the version of Cordova CLI to 5.1.1 in Build Settings.