I have a node project that was compiled under node module version 67, but now i am getting an error that it requires node module version 69.
usb_bindings.node was compiled against a different Node.js version using
NODE_MODULE_VERSION 67. This version of Node.js requires
NODE_MODULE_VERSION 69. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).at process.module.(anonymous function) [as dlopen]
Does anyone know how i could resolve this issue?