Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ERESOLVE unable to resolve dependency tree #17

Open
marek22k opened this issue Dec 18, 2021 · 3 comments
Open

Bug: ERESOLVE unable to resolve dependency tree #17

marek22k opened this issue Dec 18, 2021 · 3 comments

Comments

@marek22k
Copy link

I was instructed on the meter.io website, as I am a Linux user, to build the wallet myself. I find that a bit strange in itself. I cloned the git repo and ran npm install and got the following error message:

$npm install && npm run dev && npm run build
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/vue
npm ERR!   dev vue@"2.5.17" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.5.18" from [email protected]
npm ERR! node_modules/vuetify
npm ERR!   dev vuetify@"1.5.5" 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/marek/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/marek/.npm/_logs/2021-12-18T20_29_40_290Z-debug.log

As a OS I use Parrot OS Home (Debian 11 fork).

Full log: https://paste.i2pd.xyz/?520fcc04a64a9c19#8NbAotH3y2DNz5MXvec8QEgZ2fXawswSP8ThfsYc4WQi

@xiaohanzhu
Copy link

the wallet currently requires node 10.x to build

@marek22k
Copy link
Author

the wallet currently requires node 10.x to build

$nodejs --version
v12.22.5

I have node >= 10.x. So this shouldn't be a problem.

@xiaohanzhu
Copy link

As I said, it requires 10.x, 12.x will not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants