Netlify continuous deploy failed after migrating to Quire v1 #691
-
I migrated the early draft of a project to Quire v1, and I cannot get the Netlify continuous deploy to work. I've had this problem off and on in the past, and I ended up just using a manual deploy, but it would be so much more convenient if I could get the continuous deploy to work. I'm finally about to begin typesetting the project, and it would be great if my updates could show up on the site in real time. When the continuous deploy fails, the deploy log is super long, almost 3000 lines. I've pasted the beginning and end of the log below, but let me know if it would be helpful to see the entire thing. Thanks, in advance, for any ideas. 3:03:58 PM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/zsofiaj/builds .... 3:09:50 PM: npm ERR! 976 | (node::addon_register_func) (regfunc), |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I tried a few more things, and the continuous deploy failed again, but this time it is a much shorter deploy log. I'll paste that below, in case it is helpful. 6:48:12 PM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/zsofiaj/builds |
Beta Was this translation helpful? Give feedback.
-
Hi @zsofiaj. Looks like it is still picking up some old Hugo stuff which is likely the result of converting your old project to 11ty. Would love to know if the community has suggestions; in the meantime, is your repo on GitHub? If it is, can you invite @geealbers and me to collaborate? |
Beta Was this translation helpful? Give feedback.
-
Hi @zsofiaj we no longer need the |
Beta Was this translation helpful? Give feedback.
-
Hi @zsofiaj, I think I see the issue: "2:58:37 PM: Deploy did not succeed: Deploy directory 'site' does not exist." In v0 Quire, the build directory was called |
Beta Was this translation helpful? Give feedback.
Hi @zsofiaj, I think I see the issue: "2:58:37 PM: Deploy did not succeed: Deploy directory 'site' does not exist." In v0 Quire, the build directory was called
site
, but in v1 it is_site
, a minor difference but enough to cause this break. You should be able to make this change by navigating toDeploy/Deploy Settings/Build Settings
. Updatepublish directory
to_site
and let us know if that fixes things. Thank you!