Friday 9 July 2021

How to check the versions of the installed packages in SPFx

npm view <package> version - returns the latest available version on the package.

npm list --depth=0 -g - returns versions of all globally installed modules without dependencies.

npm list - returns versions of all modules and dependencies.

node -v – To get node version: 



No comments:

Post a Comment