SamsungInternet / web-code

A text editor for the web based around monaco
MIT License
186 stars 26 forks source link

npm install on termux error #25

Open mhm9002 opened 5 years ago

mhm9002 commented 5 years ago

Hi there,

I am trying to install the repo using termux on samsung dex (as per the tutorial on medium), but getting "bad system call" when entering "npm install -g web-code".

I am using samsung note 8.

AdaRoseCannon commented 5 years ago

Sorry I haven't been able to work on this in a while. I'm not sure what would cause that error.

An alternative might be https://github.com/codercom/code-server, although I am not sure how well it works on ARM processors.

Ada

On Thu, 4 Apr 2019 at 16:01, Mohammad Najjar notifications@github.com wrote:

Hi there,

I am trying to install the repo using termux on samsung dex (as per the tutorial on medium), but getting "bad system call" when entering "npm install -g web-code".

I am using samsung note 8.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SamsungInternet/web-code/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AEB5MteOc1fRrPwNqx8Vzg3LCWKEH9MSks5vdhPWgaJpZM4cdBji .

panayotoff commented 4 years ago

Have the same mistake on Galaxy s10, Node 13, NPM 6.12.1 and zsh shell

empjustine commented 4 years ago

The package ´nodejs` means Current, experimental nodejs (13.9.0 as of 2020-03-04).

What you most likely want instead is the package nodejs-lts, Long Term Support nodejs (12.16.1).