Skip to content

Instantly share code, notes, and snippets.

@pythonpete32
Created July 15, 2019 18:17
Show Gist options
  • Save pythonpete32/fc8364d5a4106aff9cf3ee15f98cd33b to your computer and use it in GitHub Desktop.
Save pythonpete32/fc8364d5a4106aff9cf3ee15f98cd33b to your computer and use it in GitHub Desktop.
Ubuntu setup

my (edited) Linux Dev Env 🐧

Ubuntu ubuntu 18.04 LTE Update apt-get

sudo apt-get update && sudo apt-get upgrade

Install build essentials sudo apt install build-essential

NVM curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Close the console and reopen before the next step nvm install 10.15.3

Then your ready to install any npm package and you shouldn't get any weird errors

npm install -g truffle npm install -g ganache-cli

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