Skip to content

Instantly share code, notes, and snippets.

@BuonOmo
Last active March 2, 2020 07:10
Show Gist options
  • Save BuonOmo/b1beff2e134ad1e9f67293085790b80e to your computer and use it in GitHub Desktop.
Save BuonOmo/b1beff2e134ad1e9f67293085790b80e to your computer and use it in GitHub Desktop.
install ungit on Ubuntu 16.04
sudo apt-get install nodejs-legacy nodejs npm
npm config set prefix ~/npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo -H npm install -g ungit
@BuonOmo
Copy link
Author

BuonOmo commented Mar 2, 2020

I just fixed the typo indicated by @seungha-kim, I you had just copy pasted, try again.

Otherwise, it's been a while since I haven't been using Ubuntu unfortunately. You may have better luck opening an issue on the Ungit repository (linking this as ref maybe). You should also include details about your nodejs and npm version.

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