npm view react version
I get 16.13.1.
How can I fix this? I need to use 15.6.2
I already tried npm install @. I think I have 15.6.2 but the newer react version of 16.13.1 is overriding it. How can I fix this?
npm view react version
I get 16.13.1.
How can I fix this? I need to use 15.6.2
I already tried npm install @. I think I have 15.6.2 but the newer react version of 16.13.1 is overriding it. How can I fix this?
You should try: npm install react@version
look at this solution: How to install a previous exact version of a NPM package?