Git Product home page Git Product logo

Comments (10)

prasan2421 avatar prasan2421 commented on June 14, 2024 1

I have updated the template. Can you pls try it again. It should work now 100% 😄

It's working 1000% now 😄. Thank you.

from react-most-wanted.

TarikHuber avatar TarikHuber commented on June 14, 2024

Can you pls check it again?

from react-most-wanted.

jmgirven avatar jmgirven commented on June 14, 2024

That is definitely progress, thanks. However I am experiencing a follow on problem:

Installing template dependencies using npm...
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/base-shell
npm ERR!   base-shell@"2.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer base-shell@"1.x" from [email protected]
npm ERR! node_modules/rmw-shell
npm ERR!   rmw-shell@"11.x" 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\jon\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\jon\AppData\Local\npm-cache\_logs\2022-01-03T15_39_15_262Z-debug.log
`npm install --no-audit --save [email protected] [email protected] @formatjs/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] react-linkify@^1.0.0-alpha [email protected] [email protected] [email protected] [email protected] @mui/[email protected] @emotion/[email protected] @emotion/[email protected] @fontsource/[email protected] @mui/[email protected] @mui/[email protected] @mui/lab@^5.0.0-alpha.49 @testing-library/jest-dom@^5.11.4 @testing-library/react@^12.1.0 @testing-library/user-event@^13.1.10` failed

So a conflict between packages trying to install base-shell 1.x and 2.x.

from react-most-wanted.

tathagatl avatar tathagatl commented on June 14, 2024

Hey @TarikHuber, still getting this error:

Installing template dependencies using npm...
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/chart.js
npm ERR!   chart.js@"3.x" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chart.js@"2.x" from [email protected]
npm ERR! node_modules/rmw-shell
npm ERR!   rmw-shell@"11.x" 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! 

from react-most-wanted.

prasan2421 avatar prasan2421 commented on June 14, 2024

I have this issue now

stalling template dependencies using npm...
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/react
npm ERR! react@"17.x" from the root project
npm ERR! peer react@"17.x" from [email protected]
npm ERR! node_modules/rmw-shell
npm ERR! rmw-shell@"11.x" from the root project
npm ERR! 15 more (@emotion/react, @emotion/styled, @mui/icons-material, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-custom-scrollbars
npm ERR! react-custom-scrollbars@"4.x" from the root project
npm ERR! peer react-custom-scrollbars@"4.x" from [email protected]
npm ERR! node_modules/rmw-shell
npm ERR! rmw-shell@"11.x" from the root project
npm ERR! 1 more (material-ui-shell)
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!

from react-most-wanted.

TarikHuber avatar TarikHuber commented on June 14, 2024

What versions od node and npm do you have? And have you tried using with `--legacy-peer-deps``?

from react-most-wanted.

prasan2421 avatar prasan2421 commented on June 14, 2024

$ node --version
v16.13.1
$ npm --version
8.1.2

'--legacy-peer-deps' doesnt seem to help. I have also tried installing the latest node and npm version.

from react-most-wanted.

TarikHuber avatar TarikHuber commented on June 14, 2024

Did you try it again with the fixes I made today?

from react-most-wanted.

prasan2421 avatar prasan2421 commented on June 14, 2024

Did you try it again with the fixes I made today?

Just did but got this error now.

Installing template dependencies using npm...
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/react-router-dom
npm ERR! react-router-dom@"5.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-router-dom@"6.x" from [email protected]
npm ERR! node_modules/base-shell
npm ERR! base-shell@"2.x" 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!

from react-most-wanted.

TarikHuber avatar TarikHuber commented on June 14, 2024

I have updated the template. Can you pls try it again. It should work now 100% 😄

from react-most-wanted.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.