cordova-plugin-tag-manager icon indicating copy to clipboard operation
cordova-plugin-tag-manager copied to clipboard

Error: connect ETIMEDOUT 50.17.177.14:80

Open Lenndev opened this issue 9 years ago • 2 comments

Trying to install/download your plugin via cordova cli but got this error. Did download the git as a .zip in the meantime.

Fetching plugin "com.jareddickson.cordova.tag-manager" via npm Fetching plugin "com.jareddickson.cordova.tag-manager" via cordova plugins registry Failed to fetch plugin com.jareddickson.cordova.tag-manager via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: connect ETIMEDOUT 50.17.177.14:80

Lenndev avatar May 04 '16 07:05 Lenndev

I have the same issue Error: Registry returned 404 for GET on https://registry.npmjs.org/com.jareddickson.cordova.tag-manager

shayzalman avatar May 18 '16 08:05 shayzalman

Try using cordova-plugin-tag-manager as the name of the plugin, instead of com.jareddickson.cordova.tag-manager. This worked for me: cordova plugin add cordova-plugin-tag-manager

bitumin avatar Sep 09 '16 08:09 bitumin