Skip to content
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

[RN] Metro config is no longer optional #214

Closed
janicduplessis opened this issue Aug 3, 2018 · 2 comments
Closed

[RN] Metro config is no longer optional #214

janicduplessis opened this issue Aug 3, 2018 · 2 comments

Comments

@janicduplessis
Copy link
Contributor

RN CI currently fails with

(node:3341) UnhandledPromiseRejectionWarning: Error: Could not find configuration for metro, did you create a 'metro.config.js'?
    at /private/tmp/react-native-8DEOpVT4/EndToEndTest/node_modules/metro-config/src/loadConfig.js:139:13
    at Generator.next (<anonymous>)
    at step (/private/tmp/react-native-8DEOpVT4/EndToEndTest/node_modules/metro-config/src/loadConfig.js:253:447)
    at /private/tmp/react-native-8DEOpVT4/EndToEndTest/node_modules/metro-config/src/loadConfig.js:253:607
    at <anonymous>

Not sure if this is intentional or not but I think it should still work without a config file.

cc @CompuIves @rafeca

@kelset
Copy link
Contributor

kelset commented Aug 3, 2018

Possibly related? facebook/react-native@140b230

@rafeca
Copy link
Contributor

rafeca commented Aug 3, 2018

@CompuIves has a fix for this which is currently landing ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants