0
votes

error Invalid regular expression: /(.\__fixtures__\.|node_modules[\]react[\]dist[\].|website\node_modules\.|heapCapture\bundle.js|.\__tests__\.)$/: Unterminated character class. Run CLI with --verbose flag for more details.

Metro Bundler process exited with code 1

How can I fix that problem?

1
What version of Node are you running? - Max Jacobson
And what does expo start --verbose say? - Juust

1 Answers

0
votes

I think the problem is with your version of node. If your current version is higher than the version 10 LTS please try to downgrade. I had the same issue and then I had to change it and the thing works fine.