When I run "npm start", I get this error:

I am on windows 11.
This is what I have done:
- git cloned Mailspring.
- installed Node.js 16 using nvm,
- Installed platform build tools using
"choco install python visualstudio2022-workload-vctools",
The official guide says to run"npm install --global --production windows-build-tools"but this failed even when using version 4. I used the command above instead. - Ran
"npm install". - Ran
"npm start".
Has anyone had this problem before?