My very first Raspberry and I want to install the smart-mirror
.
When running npm start
, it launches the home screen but also this error:
Error: The module '/home/pi/smart- mirror/node_modules/grpc/node/extension_binary/grpc_node.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 48. This version of Node.js requires NODE_MODULE_VERSION 51. Please try re-compiling or re-
installing the module (for instance, using 'npm rebuild' or 'npm install')
I tried both but ending up with the same error.
How do I fix it?