Getting this error whine trying to install expo-camera
Installing 1 SDK 40.0.0 compatible native module using npm.
> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: @unimodules/core@6.0.0
npm ERR! node_modules/@unimodules/core
npm ERR! @unimodules/core@"~6.0.0" from expo@40.0.0
npm ERR! node_modules/expo
npm ERR! expo@"~40.0.0" from the root project
npm ERR! peer @unimodules/core@"*" from expo-application@2.4.1
npm ERR! node_modules/expo-application
npm ERR! expo-application@"~2.4.1" from expo@40.0.0
npm ERR! node_modules/expo
npm ERR! expo@"~40.0.0" from the root project
npm ERR! 1 more (expo-location)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @unimodules/core@"~5.1.2" from expo-camera@9.1.0
npm ERR! node_modules/expo-camera
npm ERR! expo-camera@"~9.1.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/muaz/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/muaz/.npm/_logs/2020-12-12T16_45_39_635Z-debug.log
npm exited with non-zero code: 1
Error: npm exited with non-zero code: 1
at ChildProcess.completionListener (/usr/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:65:13)
at Object.onceWrapper (node:events:483:26)
at ChildProcess.emit (node:events:376:20)
at maybeClose (node:internal/child_process:1055:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:5)
...
at Object.spawnAsync [as default] (/usr/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:26:19)
at NpmPackageManager._runAsync (/usr/lib/node_modules/expo-cli/node_modules/@expo/package-manager/src/NodePackageManagers.ts:157:31)
at NpmPackageManager.addAsync (/usr/lib/node_modules/expo-cli/node_modules/@expo/package-manager/src/NodePackageManagers.ts:100:18)
at installAsync (/usr/lib/node_modules/expo-cli/src/commands/install.ts:129:3)
at Command.<anonymous> (/usr/lib/node_modules/expo-cli/src/exp.ts:346:7)