Posts

Showing posts from July, 2018

How to find Microsoft .NET "CORE" Framework Version Installed?

Image
How to find Microsoft .NET "CORE" Framework Version Installed? Press  Windows  +  R Type  cmd On the command prompt, type  dotnet --version If the  .NET Core  is installed, we should not get any error in the above steps.

Gulp Setup - Local Environment

Install npm check the version using npm -v Install node check the version using node -v Install Gulp -> npm install -g gulp-cli check the version using gulp -v Validation 1. npm list --depth=0