vue-nodegui icon indicating copy to clipboard operation
vue-nodegui copied to clipboard

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

Open tometchy opened this issue 4 years ago • 0 comments

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

tometchy avatar Aug 06 '21 13:08 tometchy