expo customize:web fails

Trying to run “expo customize:web” produces the following error:

Cannot read property 'readConfigJsonAsync' of undefined
TypeError: Cannot read property 'readConfigJsonAsync' of undefined
    at action (/expo-cli@3.0.10/src/commands/customize.ts:78:25)
    at Command.action (/expo-cli@3.0.10/src/exp.ts:82:13)

Any ideas?

1 Like

A fix has been landed for this. fix(expo-cli): correctly import @expo/config by z0al · Pull Request #960 · expo/expo-cli · GitHub

You can use previous version of expo-cli until the version comes out.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.