Installing cordova-sqlite-storage plugin error

Hi,
I’m working on an ionic project with ionic v 3.20. I installed cordova-sqlite-storage , it was working fine before but after updating my package.json file I had to remove my platform and all the plugins due to some reason.
I’m reinstalling all plugins and their packages, Every plugin along with its package installed successfully but this Sqlite Storage Plugin is showing error.
I have followed the above link from ionic docs but its not helping me to solve this issue. any help would be appreciated.
Thanks

Have you deleted the plugin folder from the root directory??
If not then try deleting both the platform and plugins folder from your root directory then add platforms and then install plugins.

I don’t think that’s the issue as I said, all the other plugins and their packages are installed successfully , only this plugin is creating issue.

Have you updated all the plugins??