mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 17:22:45 +08:00
[Docs] Add note about Chrome extensions interacting with debugger
This commit is contained in:
@@ -58,3 +58,6 @@ If in the `react-native init <project>` phase you saw npm fail with "npm WARN lo
|
||||
sudo chown -R $USER ~/.npm
|
||||
sudo chown -R $USER /usr/local/lib/node_modules
|
||||
```
|
||||
|
||||
## Debugging in Chrome hangs and/or does not work well
|
||||
It is possible that one of your Chrome extensions is interacting in unexpected ways with the debugger. If you are having this issue, try disabling all of your extensions and re-enabling them one-by-one until you find the problematic extension.
|
||||
|
||||
Reference in New Issue
Block a user