Skip to content

Error: Module es6-promise-plugin.Promise does not exist issue  #9

@natalinacinovicmrf

Description

@natalinacinovicmrf

I made an update to the SocialSharing-PhoneGap-Plugin and it now has a new dependency on this plugin (es6-promise-plugin).

The issue I am experiencing is that when I try to load the app I receive an error:

Error: Module es6-promise-plugin.Promise does not exist.
in this function of the native file

function addEntry (strategy, moduleName, symbolPath, opt_deprecationMessage) {
    if (!(moduleName in moduleMap)) {
        throw new Error('Module ' + moduleName + ' does not exist.');
    }
    symbolList.push(strategy, moduleName, symbolPath);
    if (opt_deprecationMessage) {
        deprecationMap[symbolPath] = opt_deprecationMessage;
    }
}

Do you know if I need to do anything else, note the plugin somewhere else?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions