We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run react-native start I am getting error in the application as 'Failed to print error: ', 'Property \'$RefreshReg$\' doesn\'t exis t'
react-native start
'Failed to print error: ', 'Property \'$RefreshReg$\' doesn\'t exis t'
React Native version:
System: OS: Windows 10 CPU: (4) x64 Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz Memory: 1.71 GB / 7.91 GB Binaries: Node: 10.15.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD Watchman: 4.9.0 - C:\Shortcut\watchman.EXE SDKs: Android SDK: Android NDK: 15.2.4203891 IDEs: Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5522156
react-native 0.60.3
The text was updated successfully, but these errors were encountered:
I have the same error. Error due to react-refresh package which is used in metro-react-native-babel-preset. So it's probably not the point.
Sorry, something went wrong.
Duplicate of #25622
Walk around for this was to delete all the node modules and install them again.
No branches or pull requests
When I run
react-native start
I am getting error in the application as'Failed to print error: ', 'Property \'$RefreshReg$\' doesn\'t exis t'
React Native version:
react-native 0.60.3
The text was updated successfully, but these errors were encountered: