From 549dabbde6caf1428ccdabbba7dcbe504686ee2e Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:35:43 -0700 Subject: [PATCH] X [ERROR] Cannot start service: Host version "0.23.1" --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e938672f..7f328ca7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,6 +78,8 @@ Now that you're set up, feel free to check out our [Issues](https://github.com/v - Make sure you have the same NodeJS version as `.nvmrc`. +- If you see `X [ERROR] Cannot start service: Host version "0.23.1" does not match binary version "0.23.0"`, run `npm i -D esbuild@0.23.0` + ### b. Building on Windows To build on Windows, please refer to [How to Contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute). We recommend building on Mac; we're Windows users who switch to Mac to build right now.