-
Notifications
You must be signed in to change notification settings - Fork 714
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
Failed to install 'cordova-sqlite-storage': CordovaError: Using "requireCordovaModule" to load non-cordova module "q" is not supported. #856
Comments
Same here |
Is the issue fixed? or should we revert to the older version of Cordova. |
This plugin version should already be fixed. |
What is the version containing the fix? |
Can you give a try go to |
Guys this should be resolved in the latest version (3.2.0). It was also resolved in 3.0.0. Please upgrade to the latest version as I do not have so much time to support questions on older plugin versions. |
I'm not shure but I got the same issue when removing the old and then add the new plugin version. I solved this by removing all platforms. Then removing the plugins folder and add the platforms again. Be aware other plugins may also can cause this issue. |
Thanks @DavidWiesner, reopening for now. I wonder if this should be raised on Cordova itself? |
Tried @DavidWiesner 's solution and it didn't work while building on Ionic Pro. Any suggestions? |
Closing as invalid. This plugin is already fixed. Please do the following:
In case anyone continues to see this kind of an issue with cordova-sqlite-storage then please make an example project according to https://stackoverflow.com/help/mcve. |
Hello I'm having the same issue how I fix it? |
In my case the following sequence fixed that issue: Remove ios platform Install latest sqlite storage npm package Alternatively run these commands as one line: |
It wroks for me thanks |
Works for Android as well. Thx! |
Issues with a "q" module indicate use of an old version of this plugin in
Then it should be possible to add and rebuild on Android, iOS, macOS ("osx"), and Windows. |
And also in conjunction with this too: |
sqlite plugins cannot be installed on Cordova 9, please adjust the plugin.
The text was updated successfully, but these errors were encountered: