Running Gulp in Visual Studio 2022

From Logic Wiki
Jump to: navigation, search


  1. Install node.js
  2. Open powershell and install ```npm install gulp -g```
  3. Copy / create a package.json and gulpfile.js under project folder
  4. npm install
  5. if necessary go to Tools/Options/Project and Solutions/Web Package Management / External Web Tools and add "c:\Program Files\nodejs"

it the n can be seen in Task Runner Explorer which can be found under View / Other Windows