Featured post
- Get link
- X
- Other Apps
How to Check React Version Installed in Your System by Checking PACKAGE.JSON File and Executing Command from COMMAND PROMPT
Dear friends in this video, i am going to explain how to check react version installed in your system using Command Propmt and Package.json file
Find React Version from package.json file
First i will explain how to find react version using your project files. This is my project react version it has package.json file. Let me open package.json file, here dependencies we can see react 18.0.0. So in my system react version is 18.0.0.
Find React Version version from Command Propmt
Instead of checking react version from the package.json file of your project files, we have another method. We can check react version using command prompt. I will explain how to check react version using command prompt. Please click windows and r key from your keyboard. It will open run window. Type cmd and click ok. Command prompt window is opened in your system now. Now you have to type the command npm view react version press enter key. Yes it's showing 18.0.0 So in my system react version is 18.0.0 From package.json file and using command prompt we can find react version running in my system.
I hope this helped you to find react version
thank you
Popular Posts
Execution failed for task ':react-native-reanimated:externalNativeBuildDebug' solved
- Get link
- X
- Other Apps
Error: Invalid `prisma.$executeRaw()` invocation: fixed using log: ["query"] option
- Get link
- X
- Other Apps
app keeps stopping error solved in android studio emulator using logcat in react native project
- Get link
- X
- Other Apps
ERROR Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined
- Get link
- X
- Other Apps