Hi, (and sorry with the very beginner question)
I’m returning back to ionic after a while not using it (my initial app is still on the store thanks to this great piece of framework).
After emptying my npm cache fully and doing the classic install
npm install -g @ionic/cli
and then
ionic start client blank (cordova)
I started with my usual lines of code :
import { StatusBar} from ‘@ionic-native/status-bar/ngx’;
import { SplashScreen } from ‘@ionic-native/splash-screen/ngx’;
But there is no more @ionic-native in my nodemodules folder.
Even after having installed manually StatusBar and SplashScreen (plugin and module), @ionic-native/ core is missing.
I guess I was away to long but did’nt find anything in ionic framework website.
Can someone please help me about that ?
Thanks
Regards
1 post - 1 participant