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
I want to add parse-push-plugin to my project ionic with following command: ionic cordova plugin add parse-push-plugin
but throw error: Failed to install 'parse-push-plugin': CordovaError: Using "requireCordovaModule" to load non-cordova module "path" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
The text was updated successfully, but these errors were encountered:
shomid
changed the title
not compatible with cordova 9
parse-push-plugin not compatible with cordova 9
Dec 22, 2019
I want to add parse-push-plugin to my project ionic with following command:
ionic cordova plugin add parse-push-plugin
but throw error:
Failed to install 'parse-push-plugin': CordovaError: Using "requireCordovaModule" to load non-cordova module "path" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
The text was updated successfully, but these errors were encountered: