A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json
-
Hi Community,
I’m having some trouble with my Todoist Module in MM since iI updated The module this week. MM and the Module itself are the latest release version and I get this message after my update:
Can’t find “scripts” field in /MagicMirror/modules/MMM-Todoist/package.json
Anyone else having problems like this?
Would be happy to get some help with this .
Thank you in advance
-
@DarthWerner can you tell us WHEN you get that message?
during npm install?If so, edit package.json
And add this before the “dependencies”: line
"scripts":{},Also can you show the output of
node -v
