I updated to TACO 10 & VS 2015 2. I am getting the following error due to a long path.
1> Installing npm 2.14.9. This could take a few minutes...
1> Failed: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Is there any way to tell VS to use the globally installed npm. I tried installing .NET Web Development and Tools Blog and changing the path orders on the External Web Tools options.
I also tried unchecking the use sandbox node but VS still tries to install npm.
Any ideas?