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.
Comments: I am in the same scenario, have avoided upgrading due to the various performance issues in previous builds. I had missing files which I subsequently removed, however, I am still experiencing the same issue - could you elaborate on how you logged the `_NodeModulesContentProperty` variable?
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.
Comments: I am in the same scenario, have avoided upgrading due to the various performance issues in previous builds. I had missing files which I subsequently removed, however, I am still experiencing the same issue - could you elaborate on how you logged the `_NodeModulesContentProperty` variable?