shi11 / RemoteControls

cordova 3 plugin for interacting with ios7 remote controls and metadata
57 stars 41 forks source link

Installation error #27

Closed abuturla closed 7 years ago

abuturla commented 8 years ago

Installing via: cordova plugin add com.rd11.remote-controls

results in the following error: Error: Registry returned 404 for GET on https://registry.npmjs.org/com.rd11.remote-controls

stephanebachelier commented 8 years ago

@abuturla use the git url

cordova plugin add https://github.com/shi11/RemoteControls.git

alexlopezit commented 6 years ago

This is still an issue with cordova 7.0.1 and node 8.4, looks like the installation requires a "'package.json" file which is missing from this plugin

shi11 commented 6 years ago

sorry for that (and for the inactivity maintaining this plugin). I just published the plugin to npm - that command should work now. https://www.npmjs.com/package/com.rd11.remote-controls

alexlopezit commented 6 years ago

Awesome, thanks so much @shi11 , keep up the good work!