Sander Kranz
Sander Kranz
Hi @hloriii I meet the same issue with a private submodule which could be accessed using the same Git credentials. Did you find a workaround?
@TooTallNate no, for me it doesn't. It still tries to take local files from node_modules. Just to be clear. In our case we pre-build application using `vercel build --prod` and...
@TooTallNate No, we do not link our repo to Vercel project. So, the goal we were trying to achieve is to create the build once (calculate the checksum) and then...
> Misusage of the vercel build / vercel deploy --prebuilt commands by running them in the wrong directory. The commands need to be run in the root of the repository,...