I am trying to make a vscode extension which requires lame but every time I try to test the extension with lame imported it gives the error:
Activating extension 'undefined_publisher.extension' failed: The module '\\?\c:\Users\Gus\Desktop\Code\extension\extension\node_modules\lame\build\Release\bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 64. This version of Node.js requires
NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`)..
I have tried npm rebuild and install but they dont have any effect.