Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore
-
This post is deleted! -
@np27np27 said in MMM-SoccerLiveScore:
git checkout node-fetch
should be:
git checkout feature/node-fetch
-
@0m4r
OK tried again, this time I received the following after npm cinpm WARN prepare removing existing node_modules/ before installation
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file withnpm install
before continuing.
npm ERR!
npm ERR!
npm ERR! Invalid: lock file’s node-fetch@2.6.6 does not satisfy node-fetch@v2.6.1
npm ERR!npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2021-12-06T22_20_06_917Z-debug
.log -
@np27np27 said in MMM-SoccerLiveScore:
@0m4r
OK tried again, this time I received the following after npm cinpm WARN prepare removing existing node_modules/ before installation
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file withnpm install
before continuing.
npm ERR!
npm ERR!
npm ERR! Invalid: lock file’s node-fetch@2.6.6 does not satisfy node-fetch@v2.6.1
npm ERR!npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2021-12-06T22_20_06_917Z-debug
.logI did npm install then npm Ci and it seems no errors this time. Let’s see if it works now. I’ll let you know 👍🏾
-
Looks like it’s still not working. It’s gone past the api call date that is displayed at the bottom of the module and it’s not updated. Does it work for you?
-
@np27np27 can you try pulling the code once more? I did mess up the logic to re-issue the API requests, but I hopefully fixed it now!
-
@0m4r
Yes will try later today. Thanks for your continued effort 👍🏾 -
@np27np27 there are probably still some issue, but it seems to me it now updates correctly :)
-
@0m4r
No I don’t think it’s updating for me.
Maybe I need to delete the whole module and start again. I did get a few errors during the update to your new changes.
Can I reinstall from the main branch or do I reinstall and then update again how you mentioned above? -
@np27np27 I am sorry to hear that :(
you should try again from thefeature/node-fetch
.if you see any errors, would you please cut&paste them in here so I can have a look at them?
would you also mind showing me your config for the module?