Replies: 1 comment
-
|
Am aware this discussion is a few months old now but have you tried installing nodegui as a global dependency? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a GUI, and I'm running the sample code in the beginner tutorial. I got the nodegui-starter project window to pop up:

I've installed nodegui through both
git clone https://github.com/nodegui/nodegui-starterand throughnpm install @nodegui/nodeguiI'm trying to run the sample code that's provided in the starter tutorial:
When I run the file through the command line (windows 10), I get this error:
I've confirmed that
@nodegui/nodeguiis in mynode_modulesfolder.nodegui-starteris also a folder that exists, and that's what I ran the starter project (above) from.Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions