Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Did Microsoft create there own version of NPM & Gulp commands in Visual Studio 2015 or VS 2015 setup is actually installing NodeJs runtime behind the scene to get access to these commands?

What I have tried:

Tried searching online but haven't found an answer yet.
Posted
Updated 21-Jun-16 9:55am

1 solution

For Visual studio 2015:
Quote:
If you are using VS 2015 and ASP.NET 5, Visual Studio will install npm and gulp for you automatically.


So when you have node.js and gulp installed, you can use gulp from console. But it is better to have it integrated in Visual studio in order to do that you need this tool:
Task Runner Explorer extension[^]

If you want to read whole tutorial:
How to use Gulp in Visual Studio | Dave Paquette[^]
 
Share this answer
 
Comments
i_syed2000 22-Jun-16 15:30pm    
Thanks xszaboj. But do you know if these tools are written by Microsoft using C/C++/.NET and Microsoft gave them the same name as NodeJs tools for sake ease?
xszaboj 22-Jun-16 16:28pm    
Sorry, no idea about that :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900