Open chary-ngo opened 4 years ago
Just delete node_modules folder and do npm install again.
Already did that. I have a react-nodegui project that has the same issue after I updated the @nodegui/nodegui to v0.25.0
do you see any errors when npm install is building the addon?
also try using npm to see logs if your are by chance using yarn
@chary-ngo Did you install cmake
? I was having the same issue and then saw the prereqs: https://docs.nodegui.org/docs/guides/getting-started
@chary-ngo Did you install
cmake
? I was having the same issue and then saw the prereqs: https://docs.nodegui.org/docs/guides/getting-started
I confirm. The situation is exactly the same. Installing cmake solved the problem. Is it really difficult to predict its presence at the installation stage?
Is it really difficult to predict its presence at the installation stage?
cmake-js throws when cmake is missing
I'm kind of new to git and nodegui. I cloned the nodegui-starter. Follow the instructions to 'npm install' then 'npm start' But got error because it couldn't find the nodegui_core.node
I checked the node_module/@nodegui/nodegui. build folder is non existent
help?