3
How do I find the installed version of Expressjs?
3
How do I find the installed version of Expressjs?
4
Use the command npm list
To get the express version npm list express
To see the version of installed packages use in the project npm list
or npm list -g
to see all installed packages.
Browser other questions tagged node.js express
You are not signed in. Login or sign up in order to post.
Thanks! See you later...
– Van Ribeiro