nickdodd79 / vscode-gulptasks

A gulp task visualization and execution extension for Visual Studio Code
MIT License
8 stars 6 forks source link

Doesn't appear to work with locally installed gulp #40

Open SimonPhilpott opened 3 years ago

SimonPhilpott commented 3 years ago

I'm setting up a SPFX 1.12.1 dev enviornment that is asking for

This isn't allowing the gulp task dropdown to appear, which is does when I install gulp globally. I want to manage my gulpfile within the project folder rather than with the roaming data npm> node_modules folder.

I have gulpfile.js in my project folder which is open in visual studio code.

Am I right in this thinking or have I missed something.

Note: when I do install gulp globally, placing my gulpfile.js in

C:\Users\\AppData\Roaming\npm\node_modules\gulp

The gulp file isn't found, and the Gulp tasks dropdown reports "No gulp files found"