Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError with CMake on macOS (Catalina) #76
Comments
|
Hi @KirillSaltykov |
|
Hi @master-atul |
|
Ohh! okay. Thanks for pointing out! |
|
Hi @siowyisheng Which version of Visual studio do you have installed ? |
|
Vs 2017 |
|
oops sorry I'm still on vs 2015. I'll upgrade and report back. My bad. edit: It works now. Perhaps the quickstart have some footnote for the prerequisites. |
|
Agreed, the requirement should be noted on the quickstart page - just ran into this issue myself. I'm happy to make a pull request and add a brief requirement description if you'd like @master-atul |

Describe the bug
When following steps on Getting started block, got an error with CMake.
To Reproduce
Steps to reproduce the behavior:
npm installExpected behavior
Dependencies installed.
Screenshots
Desktop (please complete the following information):
macOS0.6.70.2.610.15.1Additional context
The problem is gone when install CMake using
brew. I think to add install CMake requirement to Getting started page for not confusing people.