Tuesday, November 14, 2017

Node.js

Install Node.js
    * Make sure you have version 4 or great of node.js [Download here](https://nodejs.org/)
    * Register installed version of Node.js with Visual Studio
      * Open VS Options dialog, Toos > Options.
      * Navigate to the location of external tools by selecting Projects and Solutions > External Web Tools.
      * Add path of installed Node.js (tyipcally C:\Program Files\nodejs, but your path may be different.)
      * Move newly added path to the top of the list.

No comments:

Post a Comment