Cannot find module “ionic-native”

后端 未结 3 1239
走了就别回头了
走了就别回头了 2020-12-16 14:01

I tried

npm install ionic-native --save

npm install @ionic-native/core --save both command still give Runtime error

Ca         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 14:50

    import { StatusBar } from '@ionic-native/status-bar/ngx';
    import { SplashScreen } from '@ionic-native/splash-screen/ngx';
    

提交回复
热议问题