react-native-debugger-open syntax error on RN 0.59.0-rc.3
See original GitHub issueReact Native Debugger app version: NA - can’t start metro React Native version: 0.59.0-rc.3 Platform: NA - can’t start metro Is real device of platform: NA Operating System: macOS
using react-native-debugger-open 0.3.18 with RN 0.59.0-rc.3 I can’t start the metro bundler because of the following syntax error caused by the rndebugger-open postinstall…
yarn run v1.13.0
$ node node_modules/react-native/local-cli/cli.js start --reset-cache
/Users/jpaas/Documents/osaaru/tapshot-react/node_modules/@react-native-community/cli/build/server/middleware/getDevToolsMiddleware.js:86
dule', {
^^^^
SyntaxError: Invalid or unexpected token
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
SyntaxError - JavaScript - MDN Web Docs
The SyntaxError object represents an error when trying to interpret syntactically invalid code. It is thrown when the JavaScript engine encounters tokens or ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mxmzb I confirm!
yarn add -D @react-native-community/cli@2.8
as a workaround for nowFor me, under
devDependencies
I hadreact-native-debugger-open
at version0.3.19
. I switched that to^0.3.22
and it fixed it.