Running Gulp in Visual Studio 2022
From Logic Wiki
- Install node.js
- Open powershell and install ```npm install gulp -g```
- Copy / create a package.json and gulpfile.js under project folder
- npm install
- 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