npm WARN … requires a peer of … but none is installed. You must install peer dependencies yourself
I tried to run a project downloaded from github. Unfortunately, during npm install the following warnings were shown. I tried to change the version based on this question. However, I had a problem, because some packages require multiple versions other packages. Consider these two lines: So, installing some packages causes the list of dependencies to … Read more