14
Views
2
Comments
Error when referencing a cordova plugin
Question

I was trying to use this plugin:

{
    "plugin":
    {
        "identifier": "blinkid-cordova"
    }
}

But my native app generation fails. I have attached the error log.

What am I doing wrong?

AndroidBuildLog (2).txt
2024-12-19 12-19-39
Amal
 
MVP

Hello Serin. 

From the log file the plugin id is referring to Plugin Id: https://github.com/OutSystems/Cordova-Plugin-Micro-Blink-ID.git 

Forge already has a plugin MicroBlink . Is this what you need ?


Regards

Amal

2019-02-18 07-33-55
Serin Shibu

Hi, thank you for the response. The forge plugin is 2 years outdated. I've tried using it but it does not work. That is why I was trying to create a new outsystems plugin.

Edit: I was using the forge plugin you mentioned in that app, that is why it came up in the log. The plugin I made uses the npm identifier 'blinkid-cordova'

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.