You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @frosty-fog thankyou so much for checking out this project and raising an issue here
about the issues that you have mentioned yes it is true that we have to force install the frontend dependencies as "react-swipeable-views" this particular dependency creates conflicts
and about the otp not getting sent in local machine setup is strange to me as well, i will try to check this issue out and in the meantime if you found any solution to this kindly let me know and comment the solution or fix here or you raise a pull request as well :)
hello Dear @RishiBakshii it was a pleasure learning your project
i found 2 bugs (maybe) on your project
first one is when installing the frontend part :
PS C:\Users\acer\PhpstormProjects\e-commerce\mern-ecommerce\frontend> cd ../frontend
PS C:\Users\acer\PhpstormProjects\e-commerce\mern-ecommerce\frontend> npm install
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error react@"^18.2.0" from the root project
npm error peer react@">=16.8.0" from @emotion/[email protected]
npm error node_modules/@emotion/react
npm error @emotion/react@"^11.11.1" from the root project
npm error peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm error node_modules/@emotion/styled
npm error @emotion/styled@"^11.11.0" from the root project
npm error 4 more (@mui/lab, @mui/material, @mui/styled-engine, @mui/system)
npm error 4 more (@mui/lab, @mui/material, @mui/styled-engine, @mui/system)
npm error 24 more (@emotion/styled, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"^15.3.0 || ^16.0.0 || ^17.0.0" from [email protected]
npm error node_modules/react-swipeable-views
npm error react-swipeable-views@"^0.14.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/react
npm error peer react@"^15.3.0 || ^16.0.0 || ^17.0.0" from [email protected]
npm error node_modules/react-swipeable-views
npm error react-swipeable-views@"^0.14.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\acer\AppData\Local\npm-cache_logs\2024-10-22T15_21_47_337Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\acer\AppData\Local\npm-cache_logs\2024-10-22T15_21_47_337Z-debug-0.log
(i forced install them for myself)
and the seccond one is about the OTP problem , in local project the OTP is not being send idk why
The text was updated successfully, but these errors were encountered: