Turborepo React Vite: build output directory contains links to files that can't
Hi,
I am getting the following error after a succesful build of my frontend app:
22:02:18.072 Failed: build output directory contains links to files that can't be accessed
I believe it is related to pnpm having symlinks to the packages in node_modules. Should I be updating the build process or is there a workaround?
I looked for answers online, but there are no guides for this. There was an issue on GitHub, but it was closed without a resolution.
0 Replies