I extracted sample template code from this tutorial and did below two steps to get started -
npm install // worked fine and created node_modules folder
Now we dont need the ionic-native module - we only need @ionic-native/core. Run
npm uninstall ionic-native --save
It will solve Your Problem..