SDK 48 upgrade with config dependency issue expo/config-plugins@4.1.1

Does anyone know why @expo/webpack-config@“^18.0.1” appears not to be compatible with SDK 48. I’m sure I am missing something obvious here. I’m confused because expo webpack config 18.0.1 depends on expo config 8.0.0.2. I have tried deleting my node modules and regenerating my packagelock.json

@expo/config-plugins@4.1.1
node_modules/@expo/config-plugins
  @expo/config-plugins@"4.1.1" from @expo/config@6.0.20
  node_modules/@expo/config
    @expo/config@"6.0.20" from @expo/webpack-config@18.0.1
    node_modules/@expo/webpack-config
      @expo/webpack-config@"^18.0.1" from the root project
"node_modules/@expo/config": {
      "version": "6.0.20",
      "resolved": "https://registry.npmjs.org/@expo/config/-/config-6.0.20.tgz",
      "integrity": "sha512-m2T1/hB4TyLkQElOUwOajn/7gBcPaGyfVwoVsuJMEh0yrNvNFtXP+nl87Cm53g5q+VyfwJUgbewPQ3j/UXkI6Q==",
      "dependencies": {
        "@babel/code-frame": "~7.10.4",
        "@expo/config-plugins": "4.1.1",
        "@expo/config-types": "^44.0.0",
        "@expo/json-file": "8.2.35",
        "getenv": "^1.0.0",
        "glob": "7.1.6",
        "require-from-string": "^2.0.2",
        "resolve-from": "^5.0.0",
        "semver": "7.3.2",
        "slugify": "^1.3.4",
        "sucrase": "^3.20.0"
      }
    },

image

Hi @markybry

Looks like a bug to me. Maybe create an issue in the expo/expo repository on GitHub

2 Likes

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