Read the statement by Michael Teeuw here.
Error with node fetch for calendar on fresh install
-
@landaisbenj don’t know. my upgrade script tries to take care of all the extra details
see
-
@landaisbenj never seen this using my install script
-
Ok si i could try with your script today. I follow instruction on documentation.
-
@landaisbenj move the existing mm folder out of the way if doing install
cd ~ mv MagicMirror MagicMirror.save
-
OMG It’s really helpfull… Need to be the first way on documentation… Ok, it work, i try now to réinstall all my modules.
-
All my module work. Thanks a lot… I’m on this by a few day…
-
@landaisbenj I have seen this error before. It comes from installing the latest version of node-fetch whereas the module uses an older version of node-fetch. The latest version is an ES module and must be
import
’d instead ofrequire
’d in the node_helper. -
@mumblebaj but how did that happen? MM asks for newer, but module wants older?
-
@sdetweil I would assume that the user may have installed a newer version. MM requires 2.6.6 which is not the ES version I think they changed from v3 onwards.