sadanandpai / resume-builder

Build a standard and professional single page resume
https://e-resume.vercel.app
MIT License
968 stars 420 forks source link

Error while installing dependencies #177

Open bishwobista opened 1 year ago

bishwobista commented 1 year ago

I cloned the repo and run npm install but got the following error. Is it because I need to update packages?

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: resume-builder@2.0.0 npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0 || ^17.0.0" from @storybook/builder-webpack5@6.4.21 npm ERR! node_modules/@storybook/builder-webpack5 npm ERR! dev @storybook/builder-webpack5@"^6.4.21" 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

William-toptal-dev commented 4 months ago

hi, I thikn yarn is more useful than npm. so I recommend that you have to run "yarn install" command on terminal.

sadanandpai commented 4 months ago

node should be on the version 14.17 @bishwobista