I’m wondering if there may be a subtle version skew issue within your ionic-native ecosystem, so it might be worth investigating what versions you actually have installed in your project. I fear you’re on Windows, and I don’t know how much POSIX shell compatibility you have. On UNIX, one would do something like this:
$ find node_modules/@ionic-native/ -name package.json | xargs grep version