react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

process dlopen: Cannot find symbol in flat namespace

Open keshavnagpal12 opened this issue 3 years ago • 0 comments

Hello, I am getting the following error:

dlopen: Symbol not found in flat namespace
code: 'ERR_DLOPEN_FAILED'

Steps to reproduce:

git clone https://github.com/nodegui/react-nodegui-starter
cd react-nodegui-starter
npm install
npm run dev
npm run start

keshavnagpal12 avatar May 06 '22 14:05 keshavnagpal12