Skip to content

Instantly share code, notes, and snippets.

@AysadKozanoglu
Created November 21, 2019 21: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 AysadKozanoglu/e652eeb8b0b8d97a2b1d1b6896907b68 to your computer and use it in GitHub Desktop.
Save AysadKozanoglu/e652eeb8b0b8d97a2b1d1b6896907b68 to your computer and use it in GitHub Desktop.
apt-get update && apt-get -y install software-properties-common
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get -y install nodejs && npm install -g bower
which bower && bower -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment