Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Feature: Better "Files in your project exceed MAX_PATH" debugging message [1299]

$
0
0
When moving over to the Beta 2, from the alpha version, i kept getting an error when building saying "Files in your project exceed MAX_PATH, please move your project to a location with a shorter path."

However this message was not true, it turns our that this message can also appear if an included file in the project is missing.

If i log the "_NodeModulesContentProperty" variable i get the error message: "Could not copy the file <FileName> because it was not found." Which is a much more informative debug message.


Viewing all articles
Browse latest Browse all 4630

Trending Articles