Raspberry Pi 3 B+: Difference between revisions

Line 17: Line 17:


=== nodejs ===
=== nodejs ===
  13  apt-get install emacs-nox
<syntaxhighlight lang="bash" enclose="div">
    23  apt-get install cec-utils
raspi-config
  24  apt-get install nodejs npm
 
  25  npm install -g n
apt-get install emacs-nox
  26  n stable
apt-get install cec-utils
    29  aptitude purge nodejs npm
apt-get install nodejs npm
  31  npm install -g --unsafe-perm homebridge
npm install -g n
  32  npm install -g homebridge-cmdswitch2
n stable
aptitude purge nodejs npm
npm install -g --unsafe-perm homebridge
npm install -g homebridge-cmdswitch2
</syntaxhighlight>