Skip to content

Instantly share code, notes, and snippets.

@leganz
Created August 12, 2020 08:02
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 leganz/9475a0fdb7e7da2a804c81297ef82b1e to your computer and use it in GitHub Desktop.
Save leganz/9475a0fdb7e7da2a804c81297ef82b1e to your computer and use it in GitHub Desktop.
Install NODE old version for old laravel projects
# Install nvm
curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash -y
. ~/.nvm/nvm.sh
source ~/.profile
nvm install 5.9
nvm install 8.9
nvm alias default 8.9
npm install bower -g
npm install grunt-cli -g
npm install gulp-cli -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment