-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Files in your project exceed MAX_PATH, please move your project to a location with a shorter path" after upgrading to Windows 10 #341
Comments
Hmm, try running And did anything change after the upgrade? updated npm pkgs? different username? |
No checks triggered. I really believe that build should works even if I have some content in node_modules exceed MAX_PATH. Please see at https://github.com/Microsoft/nodejstools/blob/master/Nodejs/Product/Nodejs/Microsoft.NodejsTools.targets#L64 For me still not clear what purpose of check that in place. Is this for deployment to Azure? |
I have mongoose, gulp-iconfont module installed which exceed MAX_PATH module. Is it possible to move line below to different place.
When I run this project within Visual Studio, all I want is just compile TypeScript files and start Node, no need to do other checks. |
Sorry there was not better follow up here. I've added a troubleshooting section with some more info about MAX_PATH. We will continue to add more info about MAX_PATH and workarounds as needed, and feel free to add any info that you think would be helpful. Closing this issue for now since it is not clear if the bug is actionable or still a problem. If you are still encountering this problem and none of the work arounds are helping, please open a new bug to track the specific issue you are running into. Thanks. |
It still happens on 2019.. In my case it happens due to wrong value of ProjectHome property which in case of error has value of relative path ".". So Update: looks like my solution also doesn't work ... Still repro even with hardcode. |
That's should be a bit another issue then #69
I have everything working in Windows 8.1, I use custom debug build (almost fresh, but a bit before RC in case this is important).
Now after upgrade to Windows 10, after I open the project, during build I receive error
Files in your project exceed MAX_PATH, please move your project to a location with a shorter path.
Now I could not run my Express project
The text was updated successfully, but these errors were encountered: