qmsk / e2

E2 Client, Tally output
Mozilla Public License 2.0
26 stars 7 forks source link

npm install does not work #42

Open chq1976 opened 4 years ago

chq1976 commented 4 years ago

Hi,

i followed the Develeopment Guide, but npm install does not work/ install.

https://github.com/qmsk/e2/wiki/Development-Guide

pi@raspberrypi:~/work/src/e2/static $ npm install -bash: npm: command not found

Maybe you can help?

Greetz Chris

depili commented 4 years ago

sudo apt-get install npm

-- This message may contain traces of Truth.

chq1976 commented 4 years ago

Hm..

pi@raspberrypi:~/work/src/e2/static $ sudo apt-get install npm Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package npm

dougthebug commented 4 years ago

https://stackoverflow.com/questions/46315762/sudo-apt-get-install-npm-not-getting-installed

Take a look at this article.