0

I am a new to ionic i am developing a simple application my code build successfully but after that giving me the error "Cannot find module ionic-native"

I had used the following code to develop the sample app https://github.com/seeschweiler/iongithub

and getting this error http://image.prntscr.com/image/3b9012e75bb84c24912987c1e41dfbba.png

Help will be appreciated

Sona
  • 103
  • 7

1 Answers1

1

I tried to run the code and it is working fine without any error, so I suggest to delete the node_modules directory and run npm i in the CMD or terminal

Jamil
  • 889
  • 8
  • 10