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

Issue on installing the project #1

Open
ehsangazar opened this issue Dec 1, 2021 · 1 comment
Open

Issue on installing the project #1

ehsangazar opened this issue Dec 1, 2021 · 1 comment

Comments

@ehsangazar
Copy link

Hey Tiffany,

Trying to install this project, I have got few errors, could you please have a look, clean things up and make sure for someone who clone it first time, everything runs smoothly?

Screen Shot 2021-12-01 at 2 01 39 pm

@tiffanynguyen0211
Copy link
Owner

tiffanynguyen0211 commented Dec 2, 2021

@ehsangazar Hi, I have removed the conflict packaged that cause the conflict peer dependency.

However, it did not happen with me so I am wondering if it is the different in npm/node version caused it. Hence I have added an engine waring about it. Seemed the newer version of npm has this issue npm/cli#3868, I am using 6.14.13 and does not have this issue. Say this cause I am aware having conflict peer dependencies is very possible with other packages and this bug seemed only happen with later npm version than 6

alternatively seemed you can run npm i --strict-peer-deps=false or nvm to switch to the suitable node/npm version. I don't recommend force install cause it could cause issue

I also suggest using yarn install cause I have committed a yarn.lock file to make sure you have the same package version as mine

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