Last active
July 11, 2021 00:59
-
-
Save selfagency/5f219c0d4db437e210da7aaa803f9733 to your computer and use it in GitHub Desktop.
[install node] ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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