Metro error: Unable to resolve module u/unimodules/core from /Users/drew/code/navigation-router-example/node_modules/expo-splash-screen/build/SplashScreen.js: u/unimodules/core could not be found within the project or in these directories: node_modules/expo-splash-screen/node_modules node_modules...
I have an App detached and I can't do expo start -c because I get the following error: Unable to resolve "@unimodules/core" from "node_modules/expo-analytics/node_modules/expo-constants/build/ExponentConstants.js" Thanks Member ryanvanderpol commented Jun 28, 2019 @pckz what version of ...
Summary I'm trying to setup an Expo project inside a pnpm monorepo, but I'm faced with the following error when starting the app: Unable to resolve module @babel/runtime/helpers/interopRequireDefault from /tmp/repro-expo-pnpm/index.js: @...
Summary impossible to run pod install and compile the app Local failure ⚠️ Something went wrong running `pod install` in the `ios` directory. Command `pod install` failed. └─ Cause: Unable to find a specification for `ExpoModulesCore` de...
Summary Since upgrading expo to SDK 44, I get the following error while running pod install --repo-update: Unable to find a specification for ExpoModulesCore depended upon by EXApplication I also upgraded all the other expo packages I wa...
module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: [ [ 'module:react-native-dotenv',{ "moduleName": "@env", "path": ".env", } ] ] }; }; Repository owner locked asresolvedand limited conversation to collaboratorsDec 5, 2022 ...
Delete node_modules: rm -rf node_modules and run yarn install 3. Reset Metro's cache: yarn start --reset-cache 4. Remove the cache: rm -rf /tmp/metro-* at ModuleResolver.resolveDependency (/foo/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:186:15) at Resolution...
Current behavior Just trying to render my app with Stack Navigator 6. Full error error: Error: Unable to resolve module use-subscription from /Users/userName/Desktop/folderName/Lab/JavaScript/ReactNative/labRNFB/node_modules/@react-navig...
Error: Unable to resolve module ./index from \node_modules\react-native\scripts/.: The module ./indexcould not be found from\node_modules\react-native\scripts/.` React Native Environment Info: System: OS: Windows 10 CPU: (4) x64 Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz Memory: 56...
error: Error: Unable to resolve module stream from .../node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js: stream could not be found within the project or in these directories: node_modules 2 | Object.defineProperty(exports, "__esModule", { value: true }); 3 | exp...