nodegui / react-nodegui-starter

Starter repository for react based native desktop apps using react-nodegui
173 stars 31 forks source link

FAQ page doesn't work #249

Open bluewave41 opened 2 years ago

bluewave41 commented 2 years ago

https://docs.nodegui.org/faq is a dead link. It's linked to in the footer of each page.

Leads a lot of people to quit when they get silly errors like

npm ERR! CMake Error at CMakeLists.txt:12 (project):
npm ERR!   Failed to run MSBuild command:
npm ERR!
npm ERR!     C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/MSBuild/Current/Bin/MSBuild.exe
npm ERR!
npm ERR!   to get the value of VCTargetsPath:
npm ERR!
npm ERR!     Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
npm ERR!     Copyright (C) Microsoft Corporation. All rights reserved.

with no FAQ or insight into what might be wrong despite hours of Googling maybe Electron is a better choice.