My digital brain

install node.js from binaries

Source: http://www.thegeekstuff.com/2015/10/install-nodejs-npm-linux/

wget https://nodejs.org/dist/v7.4.0/node-v7.4.0-linux-x64.tar.gz
cd /usr/local
tar --strip-components 1 -xzf /path/to/node-v7.4.0-linux-x64.tar.gz

node should be in the newest version:

node -v
© 2025 My digital brain. Generated with Hugo and Mainroad theme.
GitHub | Mastodon | Bluesky | StackOverflow
the nice github logo on top left is build by @tholman | the nice RSS logo on top is build by @joergi | got some input from the github page from dzhavat