Join the Webstudio community

Updated 3 months ago

I get an error when Local Install Web Studio Builder

At a glance

A community member is experiencing an error while running pnpm dev on their Windows 11 computer. The error message indicates a DNS issue with the domain wstd.dev. Other community members have reported similar issues on their Macs and Codespaces, but some have managed to get the application working on their Windows and VPS servers. One community member suggests running pnpm dev twice to resolve the issue. There is no explicitly marked answer in the comments.

I've got a Windows computer running Windows 11.

Plain Text
node ➜ /workspaces/webstudio $ sudo pnpm dev

> [email protected] dev /workspaces/webstudio
> pnpm --filter='@webstudio-is/builder' dev


> @webstudio-is/[email protected] dev /workspaces/webstudio/apps/builder
> pnpm --filter=@webstudio-is/http-client build && remix vite:dev


> @webstudio-is/[email protected] build /workspaces/webstudio/packages/http-client
> rm -rf lib && esbuild src/index.ts --outdir=lib --bundle --format=esm --packages=external


  lib/index.js  2.4kb

⚡ Done in 62ms
Error: getaddrinfo EAI_AGAIN wstd.dev
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
  errno: -3001,
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'wstd.dev'
}
/workspaces/webstudio/apps/builder:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @webstudio-is/[email protected] dev: `pnpm --filter=@webstudio-is/http-client build && remix vite:dev`
Exit status 1
 ELIFECYCLE  Command failed with exit code 1.
s
B
J
8 comments
I'm using the Visual Studio Code and followed all the instructions.
Just tried it again on my Macbook and it give this error
Haven't seen this error before
Alright, I managed to get it working. Also got it working on my Windows + my VPS server (private use) so I can edit my websites remotely.

I tested dynamic site export and everything works perfectly. Also intergrates nicely with all the CMS I used so far.
I coded my own custom .exe installer, and tested the local builder installer on my friends computer + a bunch of other computers including parents' (lol) it all works perfectly and installed without flaws.
What was the source of this issue?
Run pnpm dev twice I guess 🤷‍♂️ I just tried on codespaces, got this error, ran pnpm dev again and all good
Add a reply
Sign up and join the conversation on Discord