post-clone

This commit is contained in:
Feruz 2018-12-27 10:46:57 +02:00
parent e39682eba2
commit 7866ae0801

View File

@ -2,6 +2,8 @@
printf "post-clone.sh\n"
node -v
# please specify required Node.js version
NODE_VERSION=8.12.0
@ -9,4 +11,8 @@ NODE_VERSION=8.12.0
npm config delete prefix
. ~/.bashrc
nvm install "$NODE_VERSION"
nvm alias node8 "$NODE_VERSION"
nvm alias node8 "$NODE_VERSION"
node -v
printf "end of post-clone.sh\n"