Reputation: 1091
I'm trying to add the AdMob plugin for cordova in my ionic project but I'm getting the following error:
Error: Registry returned 404 for GET on https://registry.npmjs.org/com.rjfun.cordova.plugin.admob
The comand I use is:
cordova plugin add com.rjfun.cordova.plugin.admob
Any ideas why this happens?
Upvotes: 1
Views: 1007
Reputation: 8959
You can try with
cordova plugin add cordova-admob
See instructions in this repo
Upvotes: 2
Reputation: 510
You can try this
cordova plugin add https://github.com/floatinghotpot/cordova-plugin-admob
Upvotes: 0