mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Unable to npm install on arm64 #344

Open jamesb93 opened 2 years ago

jamesb93 commented 2 years ago

Hi,

I wanted to test out SEMA locally. My machine has an arm64 processor and when I pnpm install I receive an error of:

Unsupported platform: darwin arm64 LE

Is there potentially a simple solution to getting around this or is it a hard block by some dependency or library?

Thanks!

smilo7 commented 2 years ago

Hi James,

Sorry I am unsure why this is happening. I assume from the error you are running the new arm based mac?

Could you attach a longer log from running npm install so we can debug this further.

@frantic0 could you check whether this is this reproducible on your arm (jetson) system?

jamesb93 commented 2 years ago

here is a verbose log. I didn't catch that I'm on an unsupported node version so that might be it entirely.

debug.log

frantic0 commented 2 years ago

hi @jamesb93

I see you are using node v16.8.0. Can you install node active LTS v14 and let us know the outcome? you may want to use nvm to manage versions if you need to keep that node version.

also please try out our development branch instead of the master, there are significant changes to the stack.