Files
vercel/packages
Nathan Rajlich 1390f6d2ee [remix] Gracefully handle symlink creation when updating Remix packages (#9569)
Fixes an edge-case error when changing the version of Remix and then making a deployment to Vercel when there is already an existing build cache:

> Error: EEXIST: file already exists, symlink '../.pnpm/@remix-run+server-runtime@1.5.0_biqbaboplfbrettd7655fr4n2y/node_modules/@remix-run/server-runtime' -> '/vercel/path0/node_modules/@remix-run/server-runtime'

This would happen because the symlink was created in a previous run, but no longer points to a valid path because it's a different version. To fix we'll delete the previous symlink when the target value does not match.
2023-02-28 22:51:58 +00:00
..
2023-02-28 10:26:29 -06:00
2023-02-28 15:32:23 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-01-13 15:45:03 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 15:32:23 -06:00
2023-02-28 15:32:23 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-14 15:38:34 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 10:26:29 -06:00
2023-02-28 15:32:23 -06:00
2023-02-16 12:08:50 +01:00