Open thinsey opened 3 years ago
I am installing this module like I have installed others yet I get an error that seems the prevent my Magic Mirror from running at all.
code: 'MODULE_NOT_FOUND' }
{ Error: Cannot find module 'anylist'
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'anylist'
that is some of the text I am getting in the terminal. I'm sure it is something I am doing wrong but I am not sure what.
It looks like you forgot to run npm i after cloning. I'll update the README to make that more clear.
npm i
I am installing this module like I have installed others yet I get an error that seems the prevent my Magic Mirror from running at all.
code: 'MODULE_NOT_FOUND' }
{ Error: Cannot find module 'anylist'
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'anylist'
that is some of the text I am getting in the terminal. I'm sure it is something I am doing wrong but I am not sure what.