After installing Dynatrace cordova plugin with the following command:
cordova plugin add @dynatrace/cordova-plugin
When trying to remove this plugin or any of the other plugins installed with:
cordova plugin rm <plugin-name>
The following error appears and no removal of any plugin is performed:
Unexpected token {
Without @dynatrace/cordova-plugin installed everything works as expected.
Thanks,