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
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?
The text was updated successfully, but these errors were encountered:
@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
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?
The text was updated successfully, but these errors were encountered: