After doing a git pull and then running npm install, it seems that two modules valid-url and request went missing (they were used by MMM-CalendarExt. I tried to navigate back to the MMM-CalendarExt module and run npm install there but that didn’t help. I had to go to the root directory for MM and actually run npm install request and npm install valid-url. Not sure if anyone else is exhibiting this, but I through id’ throw it out there.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
D
Offline
Best posts made by dutchie027
-
After install, two npm modules went missing
Latest posts made by dutchie027
-
After install, two npm modules went missing
After doing a
git pulland then runningnpm install, it seems that two modulesvalid-urlandrequestwent missing (they were used byMMM-CalendarExt. I tried to navigate back to the MMM-CalendarExt module and runnpm installthere but that didn’t help. I had to go to the root directory for MM and actually runnpm install requestandnpm install valid-url. Not sure if anyone else is exhibiting this, but I through id’ throw it out there.