How to find the Expressjs version?

Asked

Viewed 3,127 times

3

How do I find the installed version of Expressjs?

1 answer

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.

  • Thanks! See you later...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.