It was a project I used before. I reinstalled it but I get this error. I looked at the nodemodules files but I didn’t understand.
Error: Failed to initialize Angular compilation - The target entry-point "@ionic-native/device" has missing dependencies:
- @ionic-native/core
can anyone help?
ionic-native
is dead as of 2021. It was replaced by awesome-cordova-plugins
.
1 Like
I understand, but how can I solve this problem? Can you tell me what should I do? @twestrick
I would make sure all your @ionic-native/*
packages are switched over to @ionic-native/awesome-cordova-plugins/*
.
And then make sure you have @awesome-cordova-plugins/core
installed.