Muhymin
05/09/2023, 11:22 AMnode_modules
folder so that consequents build run faster. I see the message Started restoring cached node modules
and Finished restoring cached node modules
messages on the top of all the deployment logs. But it's not working actually.
npm
used to reinstall and download all the dependencies every time. Now, I am using pnpm
, and the pnpm store is set to node_modules/.pnpm-store
but it's redownloading and installing all the dependencies every time.
I am also using astro-imagetools
which stores its cache inside node_modules/.cache/astro-imagetools
which is also not working. And it's heavily impacting the build time.
I have tested both retrying deployments, adding a new commit, and triggering the deploy hooks. But none of them is able to restore the node_modules
.HardAtWork
05/09/2023, 11:23 AMMuhymin
05/09/2023, 12:17 PMMuhymin
05/09/2023, 12:19 PMHardAtWork
05/09/2023, 12:22 PMHardAtWork
05/09/2023, 12:22 PMMuhymin
05/09/2023, 12:24 PMHardAtWork
05/09/2023, 12:28 PMMuhymin
05/09/2023, 12:31 PMMuhymin
05/09/2023, 12:31 PMHardAtWork
05/09/2023, 12:32 PMMuhymin
05/09/2023, 12:46 PMMuhymin
05/09/2023, 10:40 PMHardAtWork
05/10/2023, 7:16 AM