This commit is contained in:
Feruz 2018-12-16 20:38:51 +02:00
parent 24a8a7e1b8
commit c9e6983381

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
printf "post-clone.sh\n"
brew uninstall node@6
NODE_VERSION="8.12.0"
curl "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.pkg" > "$HOME/Downloads/node-installer.pkg"
sudo installer -store -pkg "$HOME/Downloads/node-installer.pkg" -target "/"
brew install node@8