Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 217 Bytes

NodeJs.md

File metadata and controls

8 lines (8 loc) · 217 Bytes

NodeJS

NodeJS installieren

 wget http://node-arm.herokuapp.com/node_latest_armhf.deb
 sudo dpkg -i node_latest_armhf.deb

Versionsnummer abfragen

 node -v

Test

 node -e "console.log('Test')"