We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried building the lib with npm run build, but linking to it locally gives errors like:
npm run build
(node:24207): GLib-GObject-WARNING **: 14:21:38.601: cannot register existing type 'NUContainer' (node:24207): GLib-GObject-WARNING **: 14:21:38.601: cannot add private field to invalid (non-instantiatable) type '<invalid>' (node:24207): GLib-CRITICAL **: 14:21:38.601: g_once_init_leave: assertion 'result != 0' failed (node:24207): GLib-GObject-CRITICAL **: 14:21:38.602: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Are there some more build steps to achieve a working version that I can locally link to?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried building the lib with
npm run build
, but linking to it locally gives errors like:Are there some more build steps to achieve a working version that I can locally link to?
The text was updated successfully, but these errors were encountered: