Blackscreen with v2.3.6
SirLocke opened this issue · 4 comments
I get a Blackscreen with v2.3.6. - I tried reinstalling the module, but it didn't help.
2.3.5 works fine for me.
Error was something like
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in /home/pi/magicMirror/MagicMirror/node_modules/uuid/package.json
in mm Logs
I'm so sorry to hear that.
It's strange because there weren't a major change in the code, so it should work.
I'll check the code and get back to you ASAP.
In the meantime, you could try getting back to the previous version, so you are able to use the Mirror.
Cheers!
Let me know which version of UUID you're using.
You can see that by entering your package-lock.json
file, search for "node_modules/uuid"
, and look at the version value.
I did use "uuid": "^3.3.2"
v2.3.6 works for me so updating the module list did the trick?
Thank you!
That error just come across if UUID is on the last version, 8.x
That's why it was strange. Glad you were able to fix it! :D