@p1lspeda said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
I’ve upgraded to the latest MM Version
not really, 2.31.0-develop <> 2.31.0
@p1lspeda said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
I’ve upgraded to the latest MM Version
not really, 2.31.0-develop <> 2.31.0
the missing node-fetch
in package.json
of MMM-RemoteControl was fixed 19h before so I think you installed the fixed version and rhbauman not …
invested some time to grab the comic url, you can try my fork.
well, npm install would have installed the devDependencies too…
This sentence clicked in my brain.
I have NODE_ENV=production
as default in my images (expect images I use for testing) and with this
npm install
will install nothingnpm install node-fetch@2
will install nothingso @codac please go again in the folder of the module and run NODE_ENV=test npm install node-fetch@2
this should hopefully solve the issue