Created
August 12, 2020 08:02
-
-
Save leganz/9475a0fdb7e7da2a804c81297ef82b1e to your computer and use it in GitHub Desktop.
Install NODE old version for old laravel projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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