Skip to content

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

@tometchy

Description

@tometchy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions