When try to install the plugin with
cordova -v): 7.0.1cordova platform ls):Error to install
Error: Failed to fetch plugin https://github.com/katzer/cordova-plugin-local-notifications via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Failed to get absolute path to installed module
I have a similar problem but it's caused by the dependency on cordova-plugin-app-event
I have this same issue, I will update if I resolve it.
It looks like the Katzer solved the issue for cordova-plugin-app-event but I'm still getting the error for local-notifications. I guess it's still referencing the old version in its dependencies?
i got the same issue too. npm version: 5.3.0
the same error, npm version:5.3.0
OK, I will update the package.json here as well
Same problem cordova 7 npm 5.3.0 mac
Error: Failed to fetch plugin https://github.com/katzer/cordova-plugin-local-notifications via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 194 Error output:
npm WARN checkPermissions Missing write access to /Users/xxx/Desktop/Cordova Proyectos/notifi
cations/node_modules/cordova-plugin-app-event
npm WARN [email protected] No repository field.
npm ERR! path /Users/xxx/Desktop/Cordova Proyectos/notifications/node_modules/cordova-plugin-
app-event
npm ERR! code ELOOP
npm ERR! errno -62
npm ERR! syscall access
npm ERR! ELOOP: too many symbolic links encountered, access '/Users/xxx/Desktop/Cordova Proye
ctos/notifications/node_modules/cordova-plugin-app-event'
Its best to add the plugin with the --nofetch flag.
Most helpful comment
Same problem cordova 7 npm 5.3.0 mac