Cordova-plugin-local-notifications: Instalation error

Created on 19 Aug 2017  路  8Comments  路  Source: katzer/cordova-plugin-local-notifications

When try to install the plugin with

Your Environment

  • Plugin version: 0.8
  • Platform: Android / OIS
  • OS version: Last
  • Device manufacturer / model: N/A
  • Cordova version (cordova -v): 7.0.1
  • Cordova platform version (cordova platform ls):
  • Plugin config
  • Ionic Version (if using Ionic)

Expected Behavior

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

Most helpful comment

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'

All 8 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

neshke89 picture neshke89  路  4Comments

ThorvaldAagaard picture ThorvaldAagaard  路  3Comments

GitToTheHub picture GitToTheHub  路  4Comments

AbayIbrayev picture AbayIbrayev  路  4Comments

ashvin777 picture ashvin777  路  3Comments