You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing your code. I'm trying to setting it up but on installing cordova iOS platform for viewer 1.5, I have two issues related to these sections of "package.json" file of the project:
In both cases Cordova says that related "package.json" file is missing.
In details, running the command "cordova platform add iOS" I receive at first this notification :
_Error: Command failed: cordova plugin add https://github.com/evothings/cordova-HTTP#v0.2.2
Error: Failed to fetch plugin https://github.com/evothings/cordova-HTTP#v0.2.2 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 1 Error output:
npm ERR! code ENOPACKAGEJSON
npm ERR! package.json Non-registry package missing package.json: git+https://github.com/evothings/cordova-HTTP.git#v0.2.2.
npm ERR! package.json npm can't find a package.json file in your current director_
This issue seems to be fixed by replacing the reference to 'com.synconset.cordovaHTTP' package with this one. Is it ok?
Ok, we have been busy with lots of other things. Sorry about that. The Viewer is updated now to build with cordova 8, and cordova-android 7.1.0. In Playstore there is currently a version 1.6.0 (if you sign up as open beta tester in playstore, at the bottom) freshly built.
Il giorno 04 giu 2018, alle ore 18:21, Göran Krampe ***@***.***> ha scritto:
Ok, we have been busy with lots of other things. Sorry about that. The Viewer is updated now to build with cordova 8, and cordova-android 7.1.0. In Playstore there is currently a version 1.6.0 (if you sign up as open beta tester in playstore, at the bottom) freshly built.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#29 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHk1FrF6uAVD9jNMyPYFtbkJUcaYUHIwks5t5V5xgaJpZM4QLB4f>.
Thank you for sharing your code. I'm trying to setting it up but on installing cordova iOS platform for viewer 1.5, I have two issues related to these sections of "package.json" file of the project:
In both cases Cordova says that related "package.json" file is missing.
In details, running the command "cordova platform add iOS" I receive at first this notification :
This issue seems to be fixed by replacing the reference to 'com.synconset.cordovaHTTP' package with this one. Is it ok?
After this change, if I remove the "platform" directory and apply again the command "cordova platform add iOS" I received this second message:
Could you please help me to fix them?
I'm using cordova 7.1.0, node.js 8.1.0, npm 5.5.1 and XCode 9.0.1 on macOS 10.12.6.
Thanks a lot,
Luigi
The text was updated successfully, but these errors were encountered: