23 January, 2015
5 Comments
1 category
The Task Runner Explorer extension for Microsoft Visual Studio 2013 found the gulpfile.js in my project, but the task in that file where not listed, just beneath the gulpfile.js, (No tasks found) was displayed, this was caused by missing dependencies.
To fix this:
Just open a command prompt.
Change directory to the folder containing the file “gulpfile.js”
Then enter: npm install
All dependency for gulp should be installed, now when you op the project in Visual Studio 2013 the tasks should be shown.
Tags: Gulp
Category: Uncategorized
That did it, thanks.
Nowadays you can just right click package.json and choose Restore.
Thanks! Worked perfectly. Looked everywhere for a solution to this.
Did nothing for me. My package.json does not have any gulp references but then I have other applications where Gulp task runner works without any gulp reference in package.json…
doesnt work. wonder is it has something to do with path in external web tools? recently upgraded node which is under c:\programfiles\nodejs but i guess that covers under localtion $(PATH)