Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active July 11, 2021 00:59
Show Gist options
  • Save selfagency/5f219c0d4db437e210da7aaa803f9733 to your computer and use it in GitHub Desktop.
Save selfagency/5f219c0d4db437e210da7aaa803f9733 to your computer and use it in GitHub Desktop.
[install node] ubuntu
#!/usr/bin/env bash
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt -y install gcc g++ make nodejs python3-dev python3-pip python3-setuptools
npm -g install npm@latest node-gyp
git clone https://github.com/nodenv/nodenv.git ~/.nodenvd['/']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment