nodegui / vue-nodegui

Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
https://vue.nodegui.org
MIT License
808 stars 28 forks source link

CMake not found on Windows (and so whole project not installable = not usable) #70

Open tometchy opened 3 years ago

tometchy commented 3 years ago

On my Windows 10 I have CMake installed in version 3.21.1 and it works just fine with nodegui starter:

git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
npm install
npm start

But vue-nodegui must depend on some older version of nodegui, because vue-nodegui starter can't be installed with error message: ERR! OMG CMake is not installed. Install CMake.

The starter looks like this:

git clone https://github.com/nodegui/vue-nodegui-starter
cd vue-nodegui-starter
npm install # This one blows up
npm run dev