Open darkfiredarkhalo opened 4 years ago
Hi @darkfiredarkhalo, thank you for the bug report! I am unable to reproduce the problem, so I would need a little help from you. It seems, that Node.js is complaining about the native library being built against different version than the the rest of your project. Please try to rebuild and update all packages first.
yarn rebuild
yarn install
or
npm rebuild
npm install
If this doesn't solve the problem, please write down the version of Node.js and node-gyp you are using. Any information about used OS, your project setup and typical build workflow might be helpful as well.