Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running nodegui-starter #155

Open
chary-ngo opened this issue Sep 21, 2020 · 6 comments
Open

Error in running nodegui-starter #155

chary-ngo opened this issue Sep 21, 2020 · 6 comments

Comments

@chary-ngo
Copy link

chary-ngo commented Sep 21, 2020

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

image

I checked the node_module/@nodegui/nodegui. build folder is non existent

help?

@a7ul
Copy link
Collaborator

a7ul commented Sep 21, 2020

Just delete node_modules folder and do npm install again.

@chary-ngo
Copy link
Author

chary-ngo commented Sep 21, 2020

Already did that. I have a react-nodegui project that has the same issue after I updated the @nodegui/nodegui to v0.25.0

@a7ul
Copy link
Collaborator

a7ul commented Sep 21, 2020

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

@davealbert
Copy link

@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

@demimurych
Copy link

demimurych commented Apr 3, 2021

@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?

@milahu
Copy link

milahu commented Sep 18, 2021

Is it really difficult to predict its presence at the installation stage?

cmake-js throws when cmake is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants