Skip to content

Instantly share code, notes, and snippets.

@classmember
Last active September 16, 2019 13:17
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 classmember/c42d323571f7ff337ebf8b6c21f9690d to your computer and use it in GitHub Desktop.
Save classmember/c42d323571f7ff337ebf8b6c21f9690d to your computer and use it in GitHub Desktop.
commands

Node

Environment

Install latest nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash

Install latest npm

nvm install node --reinstall-packages-from=node

PHP

Envioronment

Install composer

curl -sS https://getcomposer.org/installer | php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment