-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error when installing #16
Comments
It seems that there are breaking changes in node-js v17. Downgrading to v14 resolved the issue. |
I have the same problem after upgrading to MM 2.18.0 |
Follow the instructions in the readme to clone the repository. Then edit package.json and under
with
and under
with
Save your changes to package.json and run |
see pr #18 |
I still can't install even after making those changes. Any ideas? npm WARN EBADENGINE Unsupported engine {
⠏ MagicMirror Building module: epoll, Completed: 0gyp info find Python using Python version 3.10.12 found at "/usr/bin/python3" An unhandled error occurred inside electron-rebuild /home/nfogarty/MagicMirror/modules/MMM-Buttons/node_modules/ssri/lib/index.js:16 SyntaxError: Unexpected token '.' npm ERR! A complete log of this run can be found in: |
yes, use my fork which fixes install problem https://github.com/sdetweil/MMM-Buttons use my url in the git clone |
Thanks so much for replying, I did try your fork and I get a different error. Any ideas? nfogarty@homepi: npm ERR! A complete log of this run can be found in: |
you are using node 12, MagicMirror requires node 16.13 and NEVER use sudo on any module try that again |
You’re right! Thank you so much it worked!
… On 14 Jul 2023, at 9:23 am, sam detweiler ***@***.***> wrote:
you are using node 12, MagicMirror requires node 16.13
and NEVER use sudo on any module
try that again
—
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABI7VIV3CKVLGS5ASARIWDDXQCGPRANCNFSM5OXSWVKQ>.
You are receiving this because you commented.
|
This needs more attention!! Thank you so much. Losing my mind over here lol |
@ktfcaptain sorry, don't understand. did it work? |
Yes, for that particular issue. Still trying to get other stuff to work, but I just go this to load so feeling somewhat accomplished... |
I'm receiving the following error when trying to install MMM-Buttons:
It seems that the
sh -c node_modules/.bin/electron-rebuild -e node_modules/electron
command causes problems.Any solution to this?
The text was updated successfully, but these errors were encountered: