Open vjpr opened 3 weeks ago
This happened to me because I used vercel deploy --prebuilt
and it included the path up to ~/.npmrc
in my home dir which made the paths really long. They were relative to my home dir.
So the issue was "Users/Vaughan/.npmrc" being include in the traced.fileList
.
There should be a check for this...or nodeFileTrace
should be configurable.
For me the ideal solution is to look for pnpm-workspace.yaml
and then throw a warning if there is something found higher up than this.
Describe the bug
https://vercel.com/docs/functions/limitations#functions-name
There should be a check for this at this line:
Reproduction
Create a deeply nested folder structure in your git repo and setup the build in that directory.
Logs
No response
System Info