Closed klauern closed 2 years ago
Can you try again and let me know if it works for you now please? @klauern
Ah, unfortunately, it does not:
at 11:14:10 ❯ git pull
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 4), reused 3 (delta 3), pack-reused 0
Unpacking objects: 100% (5/5), 1.37 KiB | 116.00 KiB/s, done.
From https://github.com/AykutSarac/jsonvisio.com
199c01a..16d73bd main -> origin/main
* [new branch] fix-version-conflict -> origin/fix-version-conflict
Updating 199c01a..16d73bd
Fast-forward
package.json | 4 ++--
yarn.lock | 29 ++++++++++++++++-------------
2 files changed, 18 insertions(+), 15 deletions(-)
dev/js-ts/jsonvisio.com on main via v18.0.0
at 11:14:12 ❯ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: json-visio@v1.4.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"^17.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0-0" from react-split-pane@0.1.92
npm ERR! node_modules/react-split-pane
npm ERR! react-split-pane@"^0.1.92" 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/nklauer/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/nklauer/.npm/_logs/2022-04-25T16_14_18_280Z-debug-0.log
Ah, unfortunately, it does not:
at 11:14:10 ❯ git pull remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (2/2), done. remote: Total 5 (delta 4), reused 3 (delta 3), pack-reused 0 Unpacking objects: 100% (5/5), 1.37 KiB | 116.00 KiB/s, done. From https://github.com/AykutSarac/jsonvisio.com 199c01a..16d73bd main -> origin/main * [new branch] fix-version-conflict -> origin/fix-version-conflict Updating 199c01a..16d73bd Fast-forward package.json | 4 ++-- yarn.lock | 29 ++++++++++++++++------------- 2 files changed, 18 insertions(+), 15 deletions(-) dev/js-ts/jsonvisio.com on main via v18.0.0 at 11:14:12 ❯ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: json-visio@v1.4.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@"^17.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0-0" from react-split-pane@0.1.92 npm ERR! node_modules/react-split-pane npm ERR! react-split-pane@"^0.1.92" 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/nklauer/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /Users/nklauer/.npm/_logs/2022-04-25T16_14_18_280Z-debug-0.log
Updated installation instructions at README.md (added --legacy-peer-deps), can you try it out?
I have Node @v16.14.2, Npm @v8.5.0 and npm install worked for me (I used the --legacy-peer-deps).
I have Node @v16.14.2, Npm @v8.5.0 and npm install worked for me (I used the --legacy-peer-deps).
Thanks for confirming, closing the issue.
I just cloned the repo and found that it wasn't working with
npm install
, but was working when I switched toyarn install
. I'm not sure why: