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
We have been trying to use this plugin for simple steps (that we have used before) for a day now, getting odd results from functions.
We finally realized that the latest version here is 1.5.3, but the version cordova installed was 2.0.2.
If you just run:
```cordova plugin add cordova-sqlite-storage```
you end up with version 2.0.2 of the plugin somehow.
Here is the verbose output from that command:
barry$ cordova plugin add cordova-sqlite-storage --verbose
No scripts found for hook "before_plugin_add".
No version specified for cordova-sqlite-storage, retrieving version from config.xml
No version forcordova-sqlite-storage savedin config.xml
Attempting to use npm info for cordova-sqlite-storage to choose a compatible release
Running command: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version
Command finished with error code 0: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version
Calling plugman.fetch on plugin "[email protected]"
Fetching plugin "[email protected]" via npm
Copying plugin "/Users/barry/.cordova/lib/npm_cache/cordova-sqlite-storage/2.0.2/package" =>"/Users/barry/git-repos/device-health-check/plugins/cordova-sqlite-storage"
Calling plugman.install on plugin "/Users/barry/git-repos/device-health-check/plugins/cordova-sqlite-storage"for platform "iosInstalling "cordova-sqlite-storage" for iosRunning command: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version Command finished with error code 0: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version Finding scripts for "before_plugin_install" hook from plugin cordova-sqlite-storage on ios platform only.Executing script found in plugin cordova-sqlite-storage for hook "before_plugin_install": plugins/cordova-sqlite-storage/scripts/beforePluginInstall.jsResolving module name for q => qinstalling external dependencies via npmnpm install of external dependencies okInstall start for "cordova-sqlite-storage" on ios.Beginning processing of action stack for ios project...Action stack processing complete.Install complete for cordova-sqlite-storage on ios.Finding scripts for "after_plugin_install" hook from plugin cordova-sqlite-storage on ios platform only.No scripts found for hook "after_plugin_install".No scripts found for hook "after_plugin_add".
barry$ cordova plugin add cordova-sqlite-storage@latest --save --verbose
No scripts found for hook "before_plugin_add".
Calling plugman.fetch on plugin "cordova-sqlite-storage@latest"
Fetching plugin "cordova-sqlite-storage@latest" via npm
Copying plugin "/Users/barry/.cordova/lib/npm_cache/cordova-sqlite-storage/1.5.3/package" =>"/Users/barry/git-repos/device-health-check/plugins/cordova-sqlite-storage"
Calling plugman.install on plugin "/Users/barry/git-repos/device-health-check/plugins/cordova-sqlite-storage"for platform "iosInstalling "cordova-sqlite-storage" for iosRunning command: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version Command finished with error code 0: /Users/barry/git-repos/device-health-check/platforms/ios/cordova/version Finding scripts for "before_plugin_install" hook from plugin cordova-sqlite-storage on ios platform only.Executing script found in plugin cordova-sqlite-storage for hook "before_plugin_install": plugins/cordova-sqlite-storage/scripts/beforePluginInstall.jsResolving module name for q => qinstalling external dependencies via npmnpm install of external dependencies okInstall start for "cordova-sqlite-storage" on ios.Beginning processing of action stack for ios project...Action stack processing complete.Install complete for cordova-sqlite-storage on ios.Finding scripts for "after_plugin_install" hook from plugin cordova-sqlite-storage on ios platform only.No scripts found for hook "after_plugin_install".Saved plugin info for "cordova-sqlite-storage" to config.xmlNo scripts found for hook "after_plugin_add".
Cordova Version: 6.4.0
The text was updated successfully, but these errors were encountered:
Yes, this is because of how we resolved #580 (support VS 2015 and VS 2017 out of the box). See also: #599 (Windows 10 issue), #615 (master vs edge question)
I hope to fix this soon. For now this is only an issue in case of Windows 10 on VS 2015 or VS 2017.
@brodybits this does not affect Android (4.4+) and iOS (8+), right? I have a build with 2.0.2 from 1.4.5 which I will have to revoke if it is going to break
We have been trying to use this plugin for simple steps (that we have used before) for a day now, getting odd results from functions.
We finally realized that the latest version here is 1.5.3, but the version cordova installed was 2.0.2.
If you just run:
you end up with version 2.0.2 of the plugin somehow.
Here is the verbose output from that command:
If we run:
we get the right version of 1.5.3.
Verbose output from this:
Cordova Version: 6.4.0
The text was updated successfully, but these errors were encountered: