Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Building Services with ASP.NET Web API Building Our Service Adding Web API to a Project

Mark Ramos
Mark Ramos
19,209 Points

Gulp script error

I was able to get the Test Explorer showing all tests passed, but when trying to run the gulp script from the Task Runner Explorer window, I get the following error. I'm unable to complete the challenge since there is no zip file to upload:

Failed to run "C:\Users\Mark\source\repos\TreeHouseChallenges\lcc-dotnet-aspnet-web-api-s2cc1\src\IssueTracker\Gulpfile.js"...
cmd.exe /c gulp --tasks-simple
gulp[22888]: src\node_contextify.cc:631: Assertion `args[1]->IsString()' failed.
 1: 00007FF7991E82F5 
 2: 00007FF7991C4156 
 3: 00007FF7991C4221 
 4: 00007FF79919A69A 
 5: 00007FF7997E5EB2 
 6: 00007FF7997E7008 
 7: 00007FF7997E636D 
 8: 00007FF7997E628B 
 9: 0000017BD50841C1 

1 Answer

You need to install gulp first, i had the same issue, just follow the instructions in the official website