Read the statement by Michael Teeuw here.
code issue
-
not sure if this helps but here is what comes up when i put in node tests/configs/check_configs.js
~/MagicMirror $ node tests/configs/check_configs.js
internal/modules/cjs/loader.js:550
throw err;
^Error: Cannot find module ‘/home/pi/MagicMirror/tests/configs/check_configs.js’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
at Function.Module._load (internal/modules/cjs/loader.js:475:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:695:10)
at startup (internal/bootstrap/node.js:201:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:516:3) -
@cade72 said in code issue:
> node tests/configs/check_configs.js
one too many ‘s’…
node tests/configs/check_config.js
my error…
-
@cade72 after position of clock, comma is missed.
-
@sdetweil ohhh all good, I was super confused why it wasnt working. Thanks!
-
@sean commas always seem to win vs me lol. Thanks!