Open
Description
Describe the bug
When I import anything from @nodegui/nodegui
I will get the error
..../node_modules/@nodegui/react-nodegui/node_modules/@nodegui/nodegui/miniqt/5.14.1/gcc_64/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by ..../dist/nodegui_core-6aa316f10e57404b8ac503739691401a.node)
although I have install qt5 on the system. But I think that might be irrelevant since it looks like nodegui is shipped with its own version of qt
To Reproduce
Just create a simple app (Hello world may work) and import anything from @nodegui/nodegui
. For example
import { WidgetEventTypes } from "@nodegui/nodegui";
Note that I init the project from scratch, not by cloning the react-nodegui-starter
repo, so I may miss some important steps I don't know.
Desktop (please complete the following information):
- OS: Ubuntu 18.04
- NodeGUI version : not directly installed, it is a dependency of React NodeGUI
- React NodeGUI version: 0.13.0
- React: 17.0.2
Metadata
Metadata
Assignees
Labels
No labels