mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
post-clone
This commit is contained in:
parent
e39682eba2
commit
7866ae0801
@ -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"
|
Loading…
Reference in New Issue
Block a user