mirror of https://github.com/alibaba/nacos.git
6 lines
138 B
Bash
6 lines
138 B
Bash
|
#!/usr/bin/env bash
|
||
|
ls ~/nvm || git clone https://github.com/creationix/nvm.git ~/nvm
|
||
|
source ~/nvm/nvm.sh
|
||
|
nvm install v7.10.0
|
||
|
npm install
|