You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm currently trying to create a Windows Node.js container where I want to use turbo but I'm getting an error when trying to use it. I have created an issue on their repository vercel/turborepo#8878, but currently, from the conclusion of one of their team members, they think that there are some DLLs missing. I have only found this page, but that seems to be an outdated list of available DLLs as that page was updated in 2017. When I compare the required DLLs with that list, I came up with this:
I think I might have found a solution to this. I didn't realize that the tool needs the VC redistributable. So I tried using this, and it seems to work. I didn't think the redistributable might be missing, as I had tested it on our company's Windows server, and it worked there.
Hello, I'm currently trying to create a Windows Node.js container where I want to use turbo but I'm getting an error when trying to use it. I have created an issue on their repository vercel/turborepo#8878, but currently, from the conclusion of one of their team members, they think that there are some DLLs missing. I have only found this page, but that seems to be an outdated list of available DLLs as that page was updated in 2017. When I compare the required DLLs with that list, I came up with this:
And here is my testing container:
The text was updated successfully, but these errors were encountered: