i’ve tried to remove module MMM-iCloud-Client
(rm -rf MMM-iCloud-Client in modules dir)
then i’ve installed it from beginning as written in Readme
when i’ve executed “npm install” in MMM-iCloud-Client directory i get this information :
/MagicMirror/modules/MMM-iCloud-Client $ npm install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm notice created a lockfile as package-lock.json. You should commit this file.
added 59 packages from 71 contributors and audited 74 packages in 14.839s
found 1 low severity vulnerability
run npm audit fix
to fix them, or npm audit
for details
i’ve executed “npm audit” and error is according lodash
i’ve tried also “npm audit fix” but i get
/MagicMirror/modules/MMM-iCloud-Client $ npm install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm notice created a lockfile as package-lock.json. You should commit this file.
added 59 packages from 71 contributors and audited 74 packages in 14.839s
found 1 low severity vulnerability
run npm audit fix
to fix them, or npm audit
for details
i’ve searched and tried to install lodash manually by “npm install lodash”
/MagicMirror/modules/MMM-iCloud-Client $ npm install lodash
- lodash@4.17.10
updated 1 package and audited 74 packages in 7.673s
found 1 low severity vulnerability
run npm audit fix
to fix them, or npm audit
for details
can someone help ? I’m not sure if this is root cause why Birthday is not working as it should but this is the only error i can see.