-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova Installation via Github not working #19
Comments
Thanks for the information, it's very usefull. With all the error reports
on cordova 7 i was thinking that just doesn't work and this is a little
light of hope. For now i'm on my last semester at college so i'm very busy.
When i've more time i'll check all the errors.
Thank you for taken the time to wrote me.
2017-08-21 18:00 GMT-03:00 Devin Carpenter <[email protected]>:
… Installing the plugin via Github does not work.
Using command cordova plugin add https://github.com/rodrigo-
martinezd/cordova-dialog-gps.git
Returns error information:
Error: Failed to fetch plugin https://github.com/rodrigo-
martinezd/cordova-dialog-gps.git via registry. Probably this is either a
connection problem, or plugin spec is incorrect. Check your connection and
plugin name/version/URL. Error: cmd: Command failed with exit code
4294963238 Error output: npm ERR! path C:\Users\Name\AppData\Roaming\
npm-cache\_cacache\tmp\git-clone-4d9bb76c\package.json npm ERR! code
ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT:
no such file or directory, open 'C:\Users\Name\AppData\
Roaming\npm-cache\_cacache\tmp\git-clone-4d9bb76c\package.json' npm ERR!
enoent This is related to npm not being able to find a file. npm ERR! enoent
But using this command to install cordova plugin add cordova-dialog-gps
works perfectly. I wanted to point out that you should add that command to
your documentation on github and the NPM documentation as that is what
works for me. I'm using cordova version 7.0.1.
Thank you for the great plugin!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFXZAW0-WfBCa3qebPgCVMwAWaL8CJB2ks5safAAgaJpZM4O90oz>
.
--
Rodrigo Martínez Díaz
Estudiante de Ing. Civil Informática
Universidad Técnica Santa María.
|
I'm glad it's useful, and apologies for writing back so late. Good luck with your studies. Cheers! |
Please add this cordova plugin add cordova-dialog-gps in documentation if its valid |
@rodrigo-martinezd - Plugin failing in Cordova 8.0 with cordova-android 7.0. Not certain if its the 8.0 or the 7.0 thats causing the problem. But the
If I manually create the I wonder with a few tweaks if this plugin can be updated and brought into the 2018? :-) Would be mucho grateful if you did....been using the plugin a long time. I would like to keep it in my app. |
Installing the plugin via Github does not work.
Using command
cordova plugin add https://github.com/rodrigo-martinezd/cordova-dialog-gps.git
Returns error information:
Error: Failed to fetch plugin https://github.com/rodrigo-martinezd/cordova-dialog-gps.git via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: cmd: Command failed with exit code 4294963238 Error output: npm ERR! path C:\Users\Name\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-4d9bb76c\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Name\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-4d9bb76c\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
But using this command to install
cordova plugin add cordova-dialog-gps
works perfectly. I wanted to point out that you should add that command to your documentation on github and the NPM documentation as that is what works for me. I'm using
cordova version 7.0.1
.Thank you for the great plugin!
The text was updated successfully, but these errors were encountered: