Read the statement by Michael Teeuw here.
node serveronly
-
When I start with this “node serveronly” I become this:
WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module ‘/home/pi/MagicMirror/modules/MMM-Buttons/node_modules/epoll/build/Release/epoll.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 59. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuild
ornpm install
).How to fix this?
Thanks -
@robiv8 said in node serveronly:
Could not load config file
Tells me that you have a possible error in your config.js file…start there ;)
-
The config.js seems to be OK
My MM works fine with pm2 start mm,
I just wanted to test it in server mode. And that’s just what it looks like!