Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: bundling failed: ReferenceError: Module not registered in graph

Tags:

react-native

i am a newbe in react native i don't know what is going on with my apps the node said "error: bundling failed: ReferenceError: Module not registered in graph" please helpenter image description here

like image 945
Luthfi Robit Avatar asked Jan 19 '19 15:01

Luthfi Robit


1 Answers

This error usually occurs when you install a new module (while packager is open). Firstly you can try close your packager and run react-native run-ios. If this approach does not help, you can try delete node modules directory and npm install again. But i believe first approach will work.

like image 157
sdkcy Avatar answered Sep 28 '22 01:09

sdkcy