mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
merge logs together
This commit is contained in:
parent
94bd24f084
commit
e3b12edeb0
@ -5,14 +5,14 @@ printf "post-clone.sh\n"
|
||||
node -v
|
||||
|
||||
# please specify required Node.js version
|
||||
NODE_VERSION=8.16.0
|
||||
#NODE_VERSION=8.16.0
|
||||
|
||||
# workaround to override the v8 alias
|
||||
npm config delete prefix
|
||||
. ~/.bashrc
|
||||
nvm install "$NODE_VERSION"
|
||||
nvm alias node8 "$NODE_VERSION"
|
||||
nvm alias default v8.16.0
|
||||
node -v
|
||||
#npm config delete prefix
|
||||
#. ~/.bashrc
|
||||
#nvm install "$NODE_VERSION"
|
||||
#nvm alias node8 "$NODE_VERSION"
|
||||
#nvm alias default v8.16.0
|
||||
#node -v
|
||||
|
||||
printf "end of post-clone.sh\n"
|
Loading…
Reference in New Issue
Block a user