question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] start command crash

See original GitHub issue

Hello there! i just cloned your kit and issued yarn run start the galio dashboard opened up in my browser but after some seconds it crashed. this is the cli output:

yarn run v1.19.1
$ expo start
Starting project at C:\Users\Admin\Documents\galio-starter-kit
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser... (press shift-d to disable)
Some of your project's dependencies are not compatible with currently installed expo package version:
 - react-native-svg - expected version range: ~9.9.2 - actual version installed: ^9.12.0
Your project may not work correctly until you install the correct versions of the packages.
To install the correct versions of these packages, please run: expo install [package-name ...]
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
Set EXPO_DEBUG=true in your env to view the stack trace.
error Command failed with exit code 1.

my environment: windows 10 node: 12.11.1 yarn: 1.19.1 npm: 6.11.3 cheers!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
pouyamiralayicommented, Oct 29, 2019

@palingheorghe check this out: expo regex error and node version my node version is 12+ so that’s the reason! i suggest updating the README in the manner of requirements. cheers! UPDATE if anybody is using node 12+ and wants to stay on node 12+, there is an issue with node 12.11 and the fix is described here. Now i am using expo on node v12.11.1 without any problem!

1reaction
palingheorghecommented, Oct 28, 2019

Glad it worked! Honestly, I don’t really get what’s going on with your app right now. Could you share more information please? As far as I can see there’s a problem with a regular expression but the app is not using anything like that so it must be in the node_modules directory. There’s a problem with a package but I don’t suffer from the same issue so giving more information would be really cool 🧜🏽‍♂️.

Read more comments on GitHub >

github_iconTop Results From Across the Web

6 Fixes: Command Prompt Crashing on Windows 11 - DigitBin
Command Prompt is Crashing on Windows 11: How To Fix · 1. Reboot the Computer · 2. Update Windows OS Build · 3....
Read more >
Why does this command crash cmd? - Stack Overflow
First, the cmd parser tries to start werfault to terminate the process. If you prematurely terminate werfault , an error message will appear ......
Read more >
Would that be a bug? Immediate closing of the current cmd ...
Your command is crashing the cmd.exe process, and your console process cleanly shuts down because it no longer has a process running within ......
Read more >
How to Crash Your Computer Using a Batch File - wikiHow
1. Open the Notepad app. You can do this by typing "Notepad" into the Start search bar and then clicking the pertinent app,...
Read more >
Windows 10 bug crashes your PC when you access this location
Today, we look at the second bug that causes Windows 10 to perform a BSOD crash by merely attempting to open an unusual...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found