Skip to content

Instantly share code, notes, and snippets.

@naftalimurgor
Created February 13, 2025 03:54
Show Gist options
  • Save naftalimurgor/1c2b8f01d582c93672639ac204994161 to your computer and use it in GitHub Desktop.
Save naftalimurgor/1c2b8f01d582c93672639ac204994161 to your computer and use it in GitHub Desktop.
Test on Node 22.04
npm install
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @expo/[email protected]
npm error Found: [email protected]
npm error node_modules/expo
npm error expo@"^52.0.28" from the root project
npm error peer expo@"*" from [email protected]
npm error node_modules/expo-application
npm error expo-application@"~6.0.2" from [email protected]
npm error node_modules/expo-notifications
npm error expo-notifications@"~0.29.13" from the root project
npm error 22 more (expo-asset, expo-background-fetch, ...)
npm error
npm error Could not resolve dependency:
npm error peer expo@"^49.0.7 || ^50.0.0-0" from @expo/[email protected]
npm error node_modules/@expo/webpack-config
npm error @expo/webpack-config@"^19.0.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/expo
npm error peer expo@"^49.0.7 || ^50.0.0-0" from @expo/[email protected]
npm error node_modules/@expo/webpack-config
npm error @expo/webpack-config@"^19.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/nmurgor10/.npm/_logs/2025-02-13T03_53_31_798Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/nmurgor10/.npm/_logs/2025-02-13T03_53_31_798Z-debug-0.log
@nutcas3
Copy link

nutcas3 commented Feb 13, 2025

Just run with the flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment