Answers for "terminal get react version"

2

how to check reactjs version in command prompt

npm list react
Posted by: Guest on July-03-2020
4

get react version

// To view which version of React is/was used for a particular app, type in the below in commandline/terminal.
npm view react version
npm view react-native version
Posted by: Guest on February-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language