Skip to content

install.sh fails to find https://registry.npmjs.org/com.ionic.keyboard on npmjs.org #47

@johnkgerken

Description

@johnkgerken

Hi Stavros,

Trying to use supermodular, but not able to get it working properly following the instructions.

  1. From root project directory, run npm install
  2. From ./www run ./install.sh

Command fails with the following

/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/lib/state.js:543
        throw 'Error executing "' + pluginCommand + '":\n' + output;
        ^
Error executing "cordova plugin add com.ionic.keyboard":
Error: Registry returned 404 for GET on https://registry.npmjs.org/com.ionic.keyboard

Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'cordova'
Warning: Task "platform:add:ios" not found. Use --force to continue.

Aborted due to warnings.
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'cordova'
Warning: Task "build" not found. Use --force to continue.

Aborted due to warnings.

Looking for com.ionic.keyboard on npmjs.org shows that it no longer exists even though there is a listing there. Searching for com.ionic.keyboard shows that it existed at one time, but it isn't clear if or what it may have been replaced with.

Of course the grunt commands fail as well, but that is a side affect of the install error.

Thanks,
John Gerken

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions