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

Symbol not found in flat namespace '__ZN10QArrayData11shared_nullE' for npm start #259

Open
ukarde12 opened this issue Mar 15, 2025 · 0 comments

Comments

@ukarde12
Copy link

ukarde12 commented Mar 15, 2025

I am using Mac M3 sonoma

Below versions I tried
Node : v22.14.0
Npm : 10.9.2
qmake : QMake version 3.1
Using Qt version 5.15.16 in /opt/homebrew/Cellar/qt@5/5.15.16/lib

This command works fine

npm run dev

While executing below command error is coming

npm start

Whole StackTrace


Error: dlopen(/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/nodegui_core-f17a7e20e3bc9b0ef5e41350a30a75d1.node, 0x0001): symbol not found in flat namespace '__ZN10QArrayData11shared_nullE'
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1127:18)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object../node_modules/@nodegui/nodegui/build/Release/nodegui_core.node (/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/index.js:25646:18)
    at __webpack_require__ (/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/index.js:56478:33)
    at fn (/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/index.js:56632:21)
    at Object../node_modules/@nodegui/nodegui/dist/lib/utils/addon.js (/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/index.js:15814:15)
    at __webpack_require__ (/Users/ukarde/Documents/Practice/SearchProject/react-nodegui-starter/dist/index.js:56478:33)

On internet its showing version mistmatch between QT and NodeGui ... But could able to resolve it !!!!

Any help will be really appreciable ....

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

1 participant