Wednesday, October 07, 2015

Duplicate Visual Studio Code Menu in Context Menu even After Uninstalling the Older Version

If you see any problem of having duplicate Visual Studio Code menu in context menu, please follow below procedure.

1.Take backup of registry by exporting.
2.Delete Ticino folder from registry (HKEY_CLASSES_ROOT\*\shell\Ticino)
3.Close all explorer
4.Now you can see that duplicate menu item removed from Context menu.

Tuesday, April 07, 2015

Install NodeJs and NPM in Windows 8.1

Last week, I have been facing issues of installing NodeJs and NPM msi in Windows 8.1. Today, I can able to successfully install NodeJs MSI by using below techniques.

  1. Download NodeJs (with NPM) MSI file from https://nodejs.org/
  2. Open Powershell/ cmd in Administrator Mode.
  3. Install the NodeJs MSI file from Powershell/ cmd window.
  4. Restart the machine.
  5. Check whether NodeJs and NPM installed or not by using below command.
            node --version
               npm  --version