nacos/console-ui/test/install.sh

6 lines
138 B
Bash
Raw Normal View History

2019-06-19 22:52:31 +08:00
#!/usr/bin/env bash
2019-03-14 13:57:58 +08:00
ls ~/nvm || git clone https://github.com/creationix/nvm.git ~/nvm
source ~/nvm/nvm.sh
nvm install v7.10.0
npm install