How do I find out the installed version of ExpressJs?
How do I find out the installed version of ExpressJs?
Use the npm list
To get the version of express npm list express
To see the version of the installed packages, use the npm list
or npm list -g
project to see all packages installed.