Reputation: 103
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
Upvotes: 0
Views: 822
Reputation: 939
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
Upvotes: 1