Error while installing cordova-sqlite-storage

My command => ionic cordova plugin add cordova-sqlite-storage --save

Cordova version : 9.0.0 (cordova-lib@9.0.1)

Error:

ionic cordova plugin add cordova-sqlite-storage --save
cordova plugin add cordova-sqlite-storage --save
Installing “cordova-sqlite-storage” for android
installing external dependencies via npm
for package name: cordova-sqlite-storage
npm install of external dependencies ok
Unable to load PlatformApi from platform. Error: Cannot find module ‘properties-parser’
Failed to install ‘cordova-sqlite-storage’: Error [ERR_UNHANDLED_ERROR]: Unhandled error. (The platform “android” does not appear to be a valid cordova platform. It is missing API.js. android not supported.)
at CordovaEventEmitter.emit (events.js:178:17)
at CordovaEventEmitter.emit (C:\Users\shivarkr\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-common\src\events.js:69:22)
at Object.getPlatformApiFunction (C:\Users\shivarkr\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:384:20)
at Object.getPlatformApi (C:\Users\shivarkr\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:55:32)
at handleInstall (C:\Users\shivarkr\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:580:29)
at C:\Users\shivarkr\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:349:28
at process._tickCallback (internal/process/next_tick.js:68:7)
Unhandled error. (The platform “android” does not appear to be a valid cordova platform. It is missing API.js. android not supported.)

wait sir i have to check it … will get back to you soon…mywegmansconnect

Hi,

Remove the plugin, after that try use this command : cordova clean

After the command try download the plugin again.