React version using package json file and command prompt npm view react version how to find version

preview_player
Показать описание
In this video i explain How to find react version installed in your system using two different ways

"dependencies": {
----------------------------------
"react": "^18.0.0",
----------------------------------
},
2.Using command prompt

open command prompt and run the below command

npm view react version
using this command ,you can see the react version installed/running in your system

So any of the two ways ,you can use to find react version installed/running in the system
Рекомендации по теме
Комментарии
Автор

Thanks 👍
It was helpful for a beginner like me

normal_TM
visit shbcf.ru