You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you still supporting this module? I cannot seem to get it to install. I tried the steps outlined in your readme, but to no avail. I have attached three logs from npm for different installation attempts. Each attempt was a clean install of the module (I removed the folder, cloned it, and tried the installation again with different parameters).
The first installation attempt was the regular: npm install
The second attempt and second log was with --unsafe-perm: npm install --unsafe-perm
The third attempt was just a last hope: sudo npm install -g --unsafe-perm
I'm sorry I'm no longer supporting this module.
I'm no nodejs expert and my mirror is still using an old version of MagicMirror. It's working fine so I'm not touching anything.
Your log file show a permission denied: " verbose stack Error: EACCES: permission denied, access '/usr/lib/node_modules'"
So you may need to run npm install with sudo.
Hi Patrice,
Are you still supporting this module? I cannot seem to get it to install. I tried the steps outlined in your readme, but to no avail. I have attached three logs from npm for different installation attempts. Each attempt was a clean install of the module (I removed the folder, cloned it, and tried the installation again with different parameters).
The first installation attempt was the regular:
npm install
The second attempt and second log was with --unsafe-perm:
npm install --unsafe-perm
The third attempt was just a last hope:
sudo npm install -g --unsafe-perm
Do you have any suggestions on how to fix this?
Thanks,
Nick
2020-06-03T01_10_07_177Z-debug.log
2020-06-03T01_19_28_270Z-debug.log
2020-06-03T01_24_25_531Z-debug.log
The text was updated successfully, but these errors were encountered: