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

Installation fails #219

Closed
Photon89 opened this issue Aug 11, 2021 · 5 comments
Closed

Installation fails #219

Photon89 opened this issue Aug 11, 2021 · 5 comments

Comments

@Photon89
Copy link

Expected Behavior

Installation succeeds.

Actual Behavior

Installation fails. Here is the log output: https://pastebin.com/YRz0nxBF

Possible Solution

I'm somewhat overwhelmed by the massive error output...

Steps to Reproduce the Problem

  1. git clone the spacedeck repository
  2. run npm install
  3. observe the error output

Specifications

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Manjaro Linux, fully updated
  • Node version: 16.6.1
  • Database engine (e.g., SQLite): SQLite 3.36.0
@rds13
Copy link
Contributor

rds13 commented Aug 12, 2021

Hy,
Sorry to hear that you have problems installing spacedeck on your side.
I'm not familiar with Manjaro but it seems you might be running on an ARM proccessor. Can you confirm ?

@Photon89
Copy link
Author

Photon89 commented Aug 12, 2021

@rds13 Thanks for your reply! No, it's a Thinkpad L13 Yoga with an i5 CPU which I am using for the first test, though I actually intended to run it on a RasPi later.

@Zerotonine
Copy link

@Photon89 your Node version is to high, try using a lower version.
I run into the same errors on Manjaro, but with node v10.24.1 spacedeck now works (with nvm you are able to install multiple node versions simultaneously)

@pixelass
Copy link

  1. Active LTS for node is v14 https://nodejs.org/en/about/releases/
  2. Versions below 16 have issues on Apple Silicon (are not supported) Apple silicon builds nodejs/build#2474

I think it's worth investing some time to add support for Node v16.

@mntmn
Copy link
Member

mntmn commented Sep 21, 2023

Fixed, now works with node 18.

@mntmn mntmn closed this as completed Sep 21, 2023
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

5 participants