Skip to content

Instantly share code, notes, and snippets.

@XC3pti0n
Last active April 17, 2018 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XC3pti0n/f34907dc062f4a5b022c9c66b9a5a6c9 to your computer and use it in GitHub Desktop.
Save XC3pti0n/f34907dc062f4a5b022c9c66b9a5a6c9 to your computer and use it in GitHub Desktop.
NODEjS Installation on Kali 2018.1

pure&simple node9 in 30 seconds

why? Because g++ building NODE sucks.

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -

apt-get install nodejs

node -v v9.11.1

Don't forget you'll most likely need to: npm install node-serialize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment