NPM install

Dan, any thoughts on this for adding to the installs

https://www.npmjs.com

Specifically I’m looking at playing with the Homebridge plugins

https://github.com/nfarina/homebridge/wiki/Running-HomeBridge-on-a-Raspberry-Pi

npm is packaged in Node.js.
You can run sudo dietpi-software and select install Node.js.
This will allow you to run npm install command

To check npm is correctly installed use npm -v

1 Like