You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On my Windows 10 I have CMake installed in version 3.21.1 and it works just fine with nodegui starter:
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:
The text was updated successfully, but these errors were encountered: