Here's what I get after I try to install/uninstall packages:
(base) vivekrk#Viveks-MacBook-Air PUPA % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: react-navigation-drawer#1.4.0
npm ERR! Found: react-native-screens#3.18.0
npm ERR! node_modules/react-native-screens
npm ERR! react-native-screens#"^3.18.0" from the root project
npm ERR! peer react-native-screens#">= 3.0.0" from #react-navigation/native-stack#6.9.0
npm ERR! node_modules/#react-navigation/native-stack
npm ERR! #react-navigation/native-stack#"^6.9.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native-screens#"^1.0.0 || ^1.0.0-alpha" from react-navigation-drawer#1.4.0
npm ERR! node_modules/react-navigation-drawer
npm ERR! react-navigation-drawer#"^1.4.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react-native-screens#1.0.0-alpha.23
npm ERR! node_modules/react-native-screens
npm ERR! peer react-native-screens#"^1.0.0 || ^1.0.0-alpha" from react-navigation-drawer#1.4.0
npm ERR! node_modules/react-navigation-drawer
npm ERR! react-navigation-drawer#"^1.4.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 /Users/vivekrk/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/vivekrk/.npm/_logs/2022-10-10T04_17_37_997Z-debug-0.log
Also I'm unable to run npx react-native start
This is happening after I installed few npm packages and were not useful so I uninstalled. But after that I couldn't install new packages.
Please resolve my problem!!
Maybe you have dependency conflict, so you can try to run it with --force
Full command:
npm install --force
Or you can try to downgrade your nodejs version.
I tried to install quick.db with npm:
$ npm i quick.db better-sqlite3
And it's giving me an error:
npm ERR! code EPERM
npm ERR! syscall symlink
npm ERR! path ../prebuild-install/bin.js
npm ERR! dest /storage/emulated/0/bot/node_modules/.bin/prebuild-install
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../prebuild-install/bin.js' -> '/storage/emulated/0/bot/node_modules/.bin/prebuild-install'
npm ERR! [Error: EPERM: operation not permitted, symlink '../prebuild-install/bin.js' -> '/storage/emulated/0/bot/node_modules/.bin/prebuild-install'] {
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../prebuild-install/bin.js',
npm ERR! dest: '/storage/emulated/0/bot/node_modules/.bin/prebuild-install'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /data/data/com.termux/files/home/.npm/_logs/2022-07-20T09_05_11_700Z-debug-0.log
So I think this is problem with installing a better-sqlite3, beacuse I don't have problems with installing only quick.db:
npm i quick.db
npm WARN deprecated nomnom#1.8.1: Package no longer supported. Contact support#npmjs.com for more info.
npm WARN deprecated #mapbox/geojsonhint#2.0.1: Please make plans to check GeoJSON in some other way
npm ERR! code EPERM
npm ERR! syscall symlink
npm ERR! path ../#mapbox/geojsonhint/bin/geojsonhint
npm ERR! dest /storage/emulated/0/Coding/noda/node_modules/.bin/geojsonhint
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../#mapbox/geojsonhint/bin/geojsonhint' -> '/storage/emulated/0/Coding/noda/node_modules/.bin/geojsonhint'
npm ERR! [Error: EPERM: operation not permitted, symlink '../#mapbox/geojsonhint/bin/geojsonhint' -> '/storage/emulated/0/Coding/noda/node_modules/.bin/geojsonhint'] {
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../#mapbox/geojsonhint/bin/geojsonhint',
npm ERR! dest: '/storage/emulated/0/Coding/noda/node_modules/.bin/geojsonhint'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /data/data/com.termux/files/home/.npm/_logs/2022-04-25T18_23_32_395Z-debug-0.log
Install it with --no-bin-links.
npm ERR! code EPERM
npm ERR! syscall symlink
npm ERR! path ../detect-libc/bin/detect-libc.js
npm ERR! dest /storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../detect-libc/bin/detect-libc.js' -> '/storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc'
npm ERR! [OperationalError: EPERM: operation not permitted, symlink '../detect-libc/bin/detect-libc.js' -> '/storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc'] {
npm ERR! cause: [Error: EPERM: operation not permitted, symlink '../detect-libc/bin/detect-libc.js' -> '/storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc'] {
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../detect-libc/bin/detect-libc.js',
npm ERR! dest: '/storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc'
npm ERR! },
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../detect-libc/bin/detect-libc.js',
npm ERR! dest: '/storage/emulated/0/ASTRO/projects/PokeXD/node_modules/.bin/detect-libc',
npm ERR! parent: 'PokeXD'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /data/data/com.astrosohu/files/home/.npm/_logs/2020-11-12T05_56_31_566Z-debug.log
$ root/Administrator
bash: root/Administrator: No such file or direc
Thats the error showing when i try to install
npm install quick.db
Android and i am using ASTRO App can be found in Play Store
Also when I try to install pm2
Then also similar thing happened and i cant even find solution for it so please help me
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
npm ERR! Error: No compatible version found: semver#'^4.3.x'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","2.0.0-alpha","2.0.0-beta","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.1.0","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2","3.0.0","3.0.1","4.0.0","4.0.2","4.0.3","4.1.0","4.1.1","4.2.0","4.2.1","4.2.2","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6","5.0.0","5.0.1"]
npm ERR! at installTargetsError (C:\Program Files\nodejs\node_modules\npm\lib\cache.js:719:10)
npm ERR! at C:\Program Files\nodejs\node_modules\npm\lib\cache.js:638:10
npm ERR! at saved (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\get.js:142:7)
npm ERR! at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-#googlegroups.com>
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "cordova"
npm ERR! cwd C:\Users\Hafeedh
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.3.5
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Hafeedh\npm-debug.log
npm ERR! not ok code 0
C:\Users\Hafeedh>