I am using Win 8.1 and Visual Studio 2013.
Extensions:
MVC 5, ReSharper 8, GhostDoc, Node Tools, Python Tools, Web Essentials, Xamarin, F#
Project:
Express App (does not seems to happen with any other templates (npm imports?)).
I can start building an app OK from fresh, but as soon as I try to re-open the solution I get this error.
C:\WEBSITE\NodeExpressTs\ThisIsAnExpressApp\ThisIsAnExpressApp.njsproj : error : 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.
Comments: Using `1.0.20207.00` / `NTVS Dev 2014-02-07 VS 2013.msi` fixed the long pathname issue for me. However I now get the following error which looks like it may be related: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets(64,5): error MSB3021: Unable to copy file ".\node_modules\**\*.*" to "obj\Debug\.\node_modules\**\*.*". Illegal characters in path. With Diagnostic output turned on, there is no more information: Task "Copy" Task Parameter:SourceFiles=.\node_modules\**\*.* Task Parameter:DestinationFiles=obj\Debug\.\node_modules\**\*.* Task Parameter:SkipUnchangedFiles=True Creating directory "obj\Debug\.\node_modules\**". C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Node.js Tools\Microsoft.NodejsTools.targets(64,5): error MSB3021: Unable to copy file ".\node_modules\**\*.*" to "obj\Debug\.\node_modules\**\*.*". Illegal characters in path. Done executing task "Copy" -- FAILED.