Terminal Command to check Current React Version

Check the current version of React installed in the system using the terminal command. npm command that can be used in VS code terminal to check my React JS version.

Check React Version – Terminal Command

npm view react version

The above npm command can be used to check the version of React installed in your system. React JS is used to build web apps.

If you wish to check the version of React Native then you can use the below command. React Native is used to build mobile apps.

Check React-Native Version – Terminal Command

npm view react-native version

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *