The screen shot above shows that when npm i command was fired the operation was broken saying that @testing-library/react@13.4.0 version is not supported for react@17.0.2
Here are few concerns regarding the issue:
case 1 : The npm installation process is successful in other systems and breaking only in my system?
case 2 : The npm installation process is not successful in another system as well but is successful in some systems.
In the case of case 1, we need to establish common ground by investigating the issue further.
In the case of case 2, there are two approaches by which the issue can be resolved.
The screen shot above shows that when npm i command was fired the operation was broken saying that @testing-library/react@13.4.0 version is not supported for react@17.0.2
Here are few concerns regarding the issue:
case 1
: The npm installation process is successful in other systems and breaking only in my system?case 2
: The npm installation process is not successful in another system as well but is successful in some systems.In the case of case 1, we need to establish common ground by investigating the issue further.
In the case of case 2, there are two approaches by which the issue can be resolved.