How to find version of npm packages installed globally or locally in the system npm commands

Published: 09 September 2024
on channel: Tech Nursery
14
0

npm list react

[email protected] /path/to/project
└── [email protected]






package.json


"dependencies": {
"react": "^18.2.0",
"express": "^4.17.1"
}




npm info express



npx express --version


Watch video How to find version of npm packages installed globally or locally in the system npm commands online without registration, duration hours minute second in high quality. This video was added by user Tech Nursery 09 September 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 14 once and liked it 0 people.