Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to install #4

Open
relic202003 opened this issue Jun 3, 2020 · 1 comment
Open

Fails to install #4

relic202003 opened this issue Jun 3, 2020 · 1 comment

Comments

@relic202003
Copy link

relic202003 commented Jun 3, 2020

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

@PatriceG
Copy link
Owner

PatriceG commented Jun 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants