CMake not found on Windows (and so whole project not installable = not usable)
tometchy opened this issue · 0 comments
tometchy commented
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