-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
Not start app #16
Comments
Thanks for your answer. I know that this error is not related with Galio framework itself but the starter kit won't even start with an up-to-date Node since it depends on broken packages. Could you please advise what dependency we need to edit in the Thanks in advance. |
Hi @randrade86 ! The problem is related to the node version. I wrote something wrong there because you can't fix the problem by updating Thanks! |
@palingheorghe , thanks for your reply. I tried to update to SDK 36.0.0 / 36.0.0.1 but then I received many other errors. Guess we will have to edit the Thanks. EDIT: Here is the link for fixing it manually: Open
to:
|
Nice! I'm glad you've solved it @randrade86 ! That's just a local fix though so basically if people are forking your app and they're hitting Thanks! |
PS > npm start
Starting project at x:\yy\zzz
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser... (press shift-d to disable)
error Invalid regular expression: /(.\fixtures\.|node_modules[\]react[\]dist[\].|website\node_modules\.|heapCapture\bundle.js|.\tests\.)$/: Unterminated character class.
Metro Bundler process exited with code 1
Set EXPO_DEBUG=true in your env to view the stack trace.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @galio-org/[email protected] start:
expo start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @galio-org/[email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: