Hi. First of all thanks for such interesting idea! 🚀 I just stuck with small issue when trying out starter project (https://docs.nodegui.org/docs/guides/tutorial/#trying-out-the-starter-project) When I running `npm start` webpack works well, but then I don't see any window. I see `qode` application in the Dock, but not window. Probably I miss something. Could you help me with that, please? Thanks! Env: OS: MacOS Catalina v10.15.3 ``` $ node -v v10.17.0 $ npm -v 6.13.0 $ npm list @nodegui/qode nodegui-starter@1.0.0 /Users/nb-078-11b/projects/nodegui-starter └─┬ @nodegui/nodegui@0.16.1 └── @nodegui/qode@2.0.4 ```
Hi. First of all thanks for such interesting idea! 🚀
I just stuck with small issue when trying out starter project (https://docs.nodegui.org/docs/guides/tutorial/#trying-out-the-starter-project)
When I running
npm startwebpack works well, but then I don't see any window. I seeqodeapplication in the Dock, but not window.Probably I miss something. Could you help me with that, please?
Thanks!
Env:
OS: MacOS Catalina v10.15.3