Thursday, 24 June 2021

Visual Studio Product keys

Professional:

NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y

Enterprise:

BF8Y8-GN2QH-T84XB-QVY3B-RC4DF


#haseebullah

#haseebullahabbasi

#haseebabbasi00


Tuesday, 1 June 2021

Yarn and Nodemon Error in VsCode or PowerShell

Open PowerShell (Run As Administrator)
Check the current execution policy using this command  
      Get-ExecutionPolicy
# You should get 'Restricted'
Run this command to make it 'Unrestricted'
    Set-ExecutionPolicy Unrestricted
Check again whether execution policy changed by running this command
    Get-ExecutionPolicy    
   # You should get     
'Unrestricted'    
Now try to run nodemon , yarn etc