Yarn build failing with errors

I am trying to deploy the Speckle-Server repo

in my local

but when I

When I do the yarn build

the following error is thrown
“[@speckle/frontend-2]: ERROR (node:26628) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.”

and eventually it fails with the below message

[@speckle/frontend-2]: ERROR Nuxt Build Error: Invalid pattern “_nuxt\entry.[hash].js” for “output.entryFileNames”, patterns can be neither absolute nor relative paths. If you want your files to be stored in a subdirectory, write its name without a leading slash like this: subdirectory/pattern.

Hi @Ratnadeep_Sarkar

Thanks for trying out Speckle. It looks as if you might be trying to build on a Windows operating system? Unfortunately our server does not support Windows, but we do support WSL2 for Windows.

Hope this helps,

Iain

The how can I deploy the Speckle server to Azure app service if I am using a windows laptop for development… is there a container image available to be downloaded.. that can be directly deployed to Azure Containers using kubernetes?

Hey @Ratnadeep_Sarkar

we have a generic guide on deploying a Speckle server in a kubernetes environment on our docs site.

We are not actively using Azure app services ourselves, so adopting our guide to that platform is something that you’d need to. Do look around on the forum, cause there are many community members who are actively using Azure to deploy their server.