how to solve version error createStackNavigator? - npm

E:\react_test\first\Test>npm install #react-navigation/stack
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: Test#0.0.1
npm ERR! Found: #react-navigation/native#5.9.3
npm ERR! node_modules/#react-navigation/native
npm ERR! #react-navigation/native#"^5.9.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer #react-navigation/native#"^6.0.0" from #react-navigation/stack#6.0.0-next.6
npm ERR! node_modules/#react-navigation/stack
npm ERR! #react-navigation/stack#"^6.0.0-next.6" 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 C:\Users\BISHAWJIT\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\BISHAWJIT\AppData\Local\npm-cache\_logs\2021-03-17T05_20_15_312Z-debug.log

remove old package try this package
yarn add #react-navigation/stack

Related

I cant download native-base

I use Node.js v18.9.1 and React Native Expo 6.0.8. When I download Native Base I get system error:
D:\Ui-Project\UI-Project>npm install native-base
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ui-project#1.0.0
npm ERR! Found: react#18.1.0
npm ERR! node_modules/react
npm ERR! react#"18.1.0" from the root project
npm ERR! peer react#"*" from native-base#3.4.21
npm ERR! node_modules/native-base
npm ERR! native-base#"*" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react#"^18.2.0" from react-dom#18.2.0
npm ERR! node_modules/react-dom
npm ERR! peer react-dom#"*" from native-base#3.4.21
npm ERR! node_modules/native-base
npm ERR! native-base#"*" 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 C:\Users\PC\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Local\npm-cache\_logs\2022-11-15T14_51_31_860Z-debug-0.log
Try this:
npm install native-base --legacy-peer-deps

when i run command 'npm i react-navigation-drawer' it show errror help me

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: gamezone1#1.0.0
npm ERR! Found: react-native-gesture-handler#2.2.1
npm ERR! node_modules/react-native-gesture-handler
npm ERR! react-native-gesture-handler#"~2.2.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native-gesture-handler#"^1.0.12" from react-navigation-drawer#2.7.2
npm ERR! node_modules/react-navigation-drawer
npm ERR! react-navigation-drawer#"*" 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 C:\Users\Maria\AppData\Local\npm-cache\eresolve-report.txt for a full
report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Maria\AppData\Local\npm-cache_logs\2022-08-04T05_25_21_285Z-debug-0.log
try this,
npm i react-navigation-drawer --legacy-peer-deps

Error in installation of Vue js in laravel ...... npm install vuex --save

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined#undefined
npm ERR! Found: vue#2.6.14
npm ERR! node_modules/vue
npm ERR! dev vue#"^2.6.12" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue#"^3.0.2" from vuex#4.0.2
npm ERR! node_modules/vuex
npm ERR! vuex#"*" 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 install is installing parttial packages and then throwing error

PS D:\Latest_Workspace\LLA-monorepo> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: lla#1.0.0
npm ERR! Found: #angular/core#12.2.13
npm ERR! node_modules/#angular/core
npm ERR! #angular/core#"12.2.13" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer #angular/core#"^11.0.0" from #ngrx/effects#11.0.0
npm ERR! #ngrx/effects#"11.0.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 C:\Users\ravishankar.c.PRODAPT\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ravishankar.c.PRODAPT\AppData\Local\npm-cache_logs\2022-01-31T18_22_27_563Z-debug.log
Try using --force or --legacy-peer-deps flag. If that does not work try downgrading your npm version.
Check out here

ERESOLVE unable to resolve dependency tree for Bottom-tabs

i am trying to install react-navigation/bottom-tabs and i keep getting this following error
PS C:\Users\chuy\LaYa> npm install #react-navigation/bottom-tabs
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined#undefined
npm ERR! Found: #react-navigation/native#5.9.8
npm ERR! node_modules/#react-navigation/native
npm ERR! #react-navigation/native#"^5.9.8" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer #react-navigation/native#"^6.0.0" from #react-navigation/bottom-tabs#6.0.5
npm ERR! node_modules/#react-navigation/bottom-tabs
npm ERR! #react-navigation/bottom-tabs#"*" 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 C:\Users\chuy\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\chuy\AppData\Local\npm-cache\_logs\2021-09-01T01_09_31_834Z-debug.log
I had the same problem. This issue is related to the Expo version. I was unable to update the version, so I created a new project and moved everything there files.