Error when using `expo start` command after upgrading packages

Error message: Unable to resolve “./AR” from “node_modules\expo\build\deprecated.js”

expo diagnostics
Expo CLI 3.22.3 environment info:
System:
OS: Windows 10 10.0.18363
Binaries:
Node: 14.6.0 - C:\Program Files\nodejs\node.EXE
npm: 6.14.7 - C:\Users\willa\AppData\Roaming\npm\npm.CMD
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6308749
npmPackages:
expo: ^38.0.9 => 38.0.9
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4
react-native-web: ^0.13.5 => 0.13.5
react-navigation: ^4.4.0 => 4.4.0

I’ve just used the npm package npm-check-updates to update all my outdated packages however now I am getting this error message when I use the expo start command. Any idea what could be causing this issue?

package.json file:
{
“main”: “node_modules/expo/AppEntry.js”,
“scripts”: {
“start”: “expo start”,
“android”: “expo start --android”,
“ios”: “expo start --ios”,
“web”: “expo start --web”,
“eject”: “expo eject”,
“test”: “jest”
},
“jest”: {
“preset”: “react-native”
},
“dependencies”: {
@expo/vector-icons”: “^10.2.0”,
@react-native-community/async-storage”: “^1.11.0”,
@react-native-community/masked-view”: “0.1.10”,
@react-navigation/bottom-tabs”: “^5.8.0”,
@react-navigation/material-bottom-tabs”: “^5.2.16”,
@react-navigation/native”: “^5.7.3”,
@react-navigation/stack”: “^5.9.0”,
“await-to-js”: “^2.1.1”,
“axios”: “^0.19.2”,
“expo”: “^38.0.9”,
“expo-crypto”: “~8.2.1”,
“expo-font”: “~8.2.2”,
“expo-linear-gradient”: “~8.2.1”,
“expo-location”: “~8.3.0”,
“expo-permissions”: “~9.1.0”,
“expo-status-bar”: “^1.0.2”,
“mem”: “^6.1.0”,
“moment”: “^2.27.0”,
“npm-check-updates”: “^7.0.2”,
“react”: “16.13.1”,
“react-dom”: “16.13.1”,
“react-geocode”: “^0.2.1”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz”,
“react-native-calendars”: “^1.303.0”,
“react-native-gesture-handler”: “~1.7.0”,
“react-native-gifted-chat”: “^0.16.3”,
“react-native-maps”: “^0.27.1”,
“react-native-minicalendar”: “^1.0.5”,
“react-native-paper”: “^4.0.1”,
“react-native-reanimated”: “~1.10.1”,
“react-native-safe-area-context”: “3.1.1”,
“react-native-screens”: “~2.10.0”,
“react-native-simple-radio-button”: “^2.7.4”,
“react-native-web”: “^0.13.5”,
“react-navigation”: “^4.4.0”,
“react-navigation-header-buttons”: “^5.0.0”,
“react-navigation-material-bottom-tabs”: “^2.3.0”,
“react-navigation-stack”: “^2.8.2”,
“react-navigation-tabs”: “^2.9.0”,
“react-redux”: “^7.2.1”,
“redux”: “^4.0.5”,
“redux-persist”: “^6.0.0”,
“redux-thunk”: “^2.3.0”
},
“devDependencies”: {
@babel/core”: “^7.11.1”,
@types/jest”: “^26.0.8”,
“babel-preset-expo”: “^8.2.3”,
“jest”: “^26.2.2”,
“redux-logger”: “^3.0.6”
},
“private”: true
}

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