i have a phonegap project to convert in .apk by phonegap build: so i need to add a plugin from a directory inside my root project (specifically, the plugin is cordova-plugin-fcm-config from https://www.npmjs.com/package/cordova-plugin-fcm-config and i follow all the instruction), but when i build my app i have this error:
Failed to fetch plugin cordova-plugin-fcm-config@cordova-plugin-fcm-config via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: No compatible version found: cordova-plugin-fcm-config@'cordova-plugin-fcm-config' Valid install targets: ["1.0.0"]
How can i resolve this?
Thanks ;)